Interface IValueContainer
To be used in both ValueList
and ValueItem
so that their common fields can be enforced
through a common interface.
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public interface IValueContainer
Properties
UseCustomDefault
Toggle this on to ensure that the object resets with user defined custom default value(s).
Declaration
bool UseCustomDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |