메소드 | 설명 | |
---|---|---|
CustomVariableToString ( |
||
FixEnumerationTypes ( this customVariable ) : void | ||
GetDefiningCustomVariable ( this customVariable ) : |
If a CustomVariable has its SetByDerived to true, then any Elements that inherit from the Element that has this CustomVariable will also have CustomVariables with matching name that have their DefinedByBase set to true. The variable with DefinedByBase often has incomplete information (like whether it is tunneling or not) so sometimes we need the defining variable for information like state types.
|
|
GetIsAnimationChain ( this variable ) : bool | ||
GetIsCsv ( this customVariable ) : bool | ||
GetIsEnumeration ( this customVariable ) : bool | ||
GetIsExposingVariable ( this customVariable, IElement container ) : bool | ||
GetIsFile ( |
||
GetIsFile ( string typeName ) : bool | ||
GetIsFile ( this customVariable ) : bool | ||
GetIsListCsv ( this customVariable ) : bool | ||
GetIsNewVariable ( this customVariable, IElement container ) : bool | ||
GetIsSourceFile ( this customVariable, IElement container ) : bool | ||
GetIsTunneling ( this customVariable ) : bool | ||
GetIsVariableState ( this customVariable, IElement containingElement = null ) : bool | ||
GetRuntimeType ( this customVariable ) : Type | ||
GetTypeConverter ( this customVariable, IElement containingElement ) : TypeConverter | ||
GetTypeConverter ( this customVariable, IElement containingElement, StateSave stateSave, FlatRedBall glueState ) : TypeConverter | ||
HasAccompanyingVelocityConsideringTunneling ( this variable, IElement container, int maxDepth ) : bool | ||
SetDefaultValueAccordingToType ( this customVariable, string typeAsString ) : void |
public static CustomVariableToString ( |
||
cv | ||
리턴 | string |
public static FixEnumerationTypes ( this customVariable ) : void | ||
customVariable | this | |
리턴 | void |
public static GetDefiningCustomVariable ( this customVariable ) : |
||
customVariable | this | The variable to get the defining variable for. |
리턴 |
public static GetIsAnimationChain ( this variable ) : bool | ||
variable | this | |
리턴 | bool |
public static GetIsCsv ( this customVariable ) : bool | ||
customVariable | this | |
리턴 | bool |
public static GetIsEnumeration ( this customVariable ) : bool | ||
customVariable | this | |
리턴 | bool |
public static GetIsExposingVariable ( this customVariable, IElement container ) : bool | ||
customVariable | this | |
container | IElement | |
리턴 | bool |
public static GetIsFile ( |
||
runtimeType | ||
리턴 | bool |
public static GetIsFile ( this customVariable ) : bool | ||
customVariable | this | |
리턴 | bool |
public static GetIsListCsv ( this customVariable ) : bool | ||
customVariable | this | |
리턴 | bool |
public static GetIsNewVariable ( this customVariable, IElement container ) : bool | ||
customVariable | this | |
container | IElement | |
리턴 | bool |
public static GetIsSourceFile ( this customVariable, IElement container ) : bool | ||
customVariable | this | |
container | IElement | |
리턴 | bool |
public static GetIsTunneling ( this customVariable ) : bool | ||
customVariable | this | |
리턴 | bool |
public static GetIsVariableState ( this customVariable, IElement containingElement = null ) : bool | ||
customVariable | this | |
containingElement | IElement | |
리턴 | bool |
public static GetRuntimeType ( this customVariable ) : Type | ||
customVariable | this | |
리턴 | Type |
public static GetTypeConverter ( this customVariable, IElement containingElement ) : TypeConverter | ||
customVariable | this | |
containingElement | IElement | |
리턴 | TypeConverter |
public static GetTypeConverter ( this customVariable, IElement containingElement, StateSave stateSave, FlatRedBall glueState ) : TypeConverter | ||
customVariable | this | |
containingElement | IElement | |
stateSave | StateSave | |
glueState | FlatRedBall | |
리턴 | TypeConverter |
public static HasAccompanyingVelocityConsideringTunneling ( this variable, IElement container, int maxDepth ) : bool | ||
variable | this | |
container | IElement | |
maxDepth | int | |
리턴 | bool |
public static SetDefaultValueAccordingToType ( this customVariable, string typeAsString ) : void | ||
customVariable | this | |
typeAsString | string | |
리턴 | void |