Property | Type | Description | |
---|---|---|---|
entity | System.Entity | ||
shouldRoundPosition | bool |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
Transform ( System.Entity entity ) : System | ||
copyFrom ( |
||
getChild ( int index ) : |
returns the Transform child at index
|
|
roundPosition ( ) : void |
rounds the position of the Transform
|
|
setParent ( |
sets the parent Transform of this Transform
|
Method | Description | |
---|---|---|
setDirty ( DirtyType dirtyFlagType ) : void | ||
setLocalPosition ( Vector2 localPosition ) : |
||
setLocalRotation ( float radians ) : |
||
setLocalRotationDegrees ( float degrees ) : |
||
setLocalScale ( Vector2 scale ) : |
||
setLocalScale ( float scale ) : |
||
setPosition ( Vector2 position ) : |
||
setPosition ( float x, float y ) : |
||
setRotation ( float radians ) : |
||
setRotationDegrees ( float degrees ) : |
||
setScale ( Vector2 scale ) : |
||
setScale ( float scale ) : |
||
updateTransform ( ) : void |
public Transform ( System.Entity entity ) : System | ||
entity | System.Entity | |
return | System |
public copyFrom ( |
||
transform | ||
return | void |
public getChild ( int index ) : |
||
index | int | Index. |
return |
public setParent ( |
||
parent | Parent. | |
return |