Метод | Описание | |
---|---|---|
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 ( string typeName ) : bool | ||
typeName | string | |
Результат | 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 |