- Namespace
- Menu.Remix.MixedUI.ValueTypes
- Assembly
- Assembly-CSharp.dll
public static class ValueExt
- Inheritance
-
ValueExt
- Inherited Members
-
Methods
public static bool GetValueBool(this IValueBool UIconfig)
Parameters
UIconfig IValueBool
Returns
- bool
public static float GetValueFloat(this IValueFloat UIconfig)
Parameters
UIconfig IValueFloat
Returns
- float
public static int GetValueInt(this IValueInt UIconfig)
Parameters
UIconfig IValueInt
Returns
- int
public static void SetValueBool(this IValueBool UIconfig, bool value)
Parameters
UIconfig IValueBool
value bool
public static void SetValueFloat(this IValueFloat UIconfig, float value)
Parameters
UIconfig IValueFloat
value float
public static void SetValueInt(this IValueFloat UIconfig, int value)
Parameters
UIconfig IValueFloat
value int