프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileCreatedBy | string | ||
Properties | List |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
GetContainedNamedObjectRecursively ( string name ) : |
||
GetCustomVariable ( string name ) : |
||
GetInstructionFromMember ( string memberName ) : |
||
GetPropertyValue ( string propertyName ) : object | ||
HasCustomVariable ( string customVariableName ) : bool |
Returns whether this instance has the argument variable. This controls whether the variable should appear in the property grid.
|
|
NamedObjectSave ( ) : System | ||
RemoveSelfFromNamedObjectList ( List |
||
RenameVariable ( string oldVariable, string newVariable ) : bool |
Renames the custom variable setting both the typed member (which represents all possible variables) as well as the InstructionSaves (which represent the variables with assigned values).
|
|
ReplaceLayerRecursively ( string oldLayer, string newLayer ) : void | ||
SetAttachToCameraRecursively ( bool value ) : void | ||
SetDefinedByBaseRecursively ( bool value ) : void | ||
SetInstantiatedByBaseRecursively ( bool value ) : void | ||
SetLayerRecursively ( string layerName ) : void | ||
SetSetByDerivedRecursively ( bool value ) : void | ||
ShouldSerializeAddToManagers ( ) : bool | ||
ShouldSerializeContainedObjects ( ) : bool | ||
ShouldSerializeIs2D ( ) : bool | ||
ShouldSerializeIsNewCamera ( ) : bool | ||
ShouldSerializeIsPixelPerfect ( ) : bool | ||
ShouldSerializeIsZBuffered ( ) : bool | ||
ShouldSerializeLayerCoordinateType ( ) : bool | ||
ShouldSerializeLayerCoordinateUnit ( ) : bool | ||
ShouldSerializeProperties ( ) : bool | ||
ShouldSerializeVariablesToReset ( ) : bool | ||
ToString ( ) : string |
public GetContainedNamedObjectRecursively ( string name ) : |
||
name | string | |
리턴 |
public GetCustomVariable ( string name ) : |
||
name | string | |
리턴 |
public GetInstructionFromMember ( string memberName ) : |
||
memberName | string | |
리턴 |
public GetPropertyValue ( string propertyName ) : object | ||
propertyName | string | |
리턴 | object |
public HasCustomVariable ( string customVariableName ) : bool | ||
customVariableName | string | |
리턴 | bool |
public RemoveSelfFromNamedObjectList ( List |
||
namedObjects | List |
|
리턴 | bool |
public RenameVariable ( string oldVariable, string newVariable ) : bool | ||
oldVariable | string | The name to search for. |
newVariable | string | The name to replace with |
리턴 | bool |
public ReplaceLayerRecursively ( string oldLayer, string newLayer ) : void | ||
oldLayer | string | |
newLayer | string | |
리턴 | void |
public SetAttachToCameraRecursively ( bool value ) : void | ||
value | bool | |
리턴 | void |
public SetDefinedByBaseRecursively ( bool value ) : void | ||
value | bool | |
리턴 | void |
public SetInstantiatedByBaseRecursively ( bool value ) : void | ||
value | bool | |
리턴 | void |
public SetLayerRecursively ( string layerName ) : void | ||
layerName | string | |
리턴 | void |
public SetSetByDerivedRecursively ( bool value ) : void | ||
value | bool | |
리턴 | void |
public ShouldSerializeLayerCoordinateType ( ) : bool | ||
리턴 | bool |
public ShouldSerializeLayerCoordinateUnit ( ) : bool | ||
리턴 | bool |