Table of Contents

Class ConfigVariableAttribute

Namespace
Ceres.Configs
Assembly
Ceres.dll

Define config variable can be edited through console.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class ConfigVariableAttribute : Attribute
Inheritance
ConfigVariableAttribute
Inherited Members

Constructors

ConfigVariableAttribute(string)

public ConfigVariableAttribute(string name)

Parameters

name string

Properties

IsEditor

public bool IsEditor { get; set; }

Property Value

bool

Name

public string Name { get; }

Property Value

string