Table of Contents

Class FloatConfigVariable<TConfig>

Namespace
Ceres.Configs
Assembly
Ceres.dll

Float console variable

public class FloatConfigVariable<TConfig> : ConfigVariable<TConfig, float> where TConfig : Config<TConfig>, new()

Type Parameters

TConfig

Config type

Inheritance
FloatConfigVariable<TConfig>
Inherited Members

Constructors

FloatConfigVariable(string, MemberAccessor)

public FloatConfigVariable(string name, MemberAccessor memberAccessor)

Parameters

name string
memberAccessor MemberAccessor