메소드 | 설명 | |
---|---|---|
Assign ( ITransform from ) : void | ||
DefaultTransform ( ) : System | ||
ResetAsCustomMatrix ( ) : void | ||
ResetAsSRTMatrix ( ) : void | ||
SerializeToNetwork ( ) : |
||
SetFromCustomMatrix ( Matrix localMatrix ) : void | ||
SetFromSRTMatrix ( Vector3 localPosition, Microsoft.Xna.Framework.Quaternion localRotation, Vector3 localScale ) : void | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
RecalculateRTMatrixCache ( ) : void | ||
RecalculateSRTMatrixCache ( ) : void |
public SetFromCustomMatrix ( Matrix localMatrix ) : void | ||
localMatrix | Matrix | |
리턴 | void |
public SetFromSRTMatrix ( Vector3 localPosition, Microsoft.Xna.Framework.Quaternion localRotation, Vector3 localScale ) : void | ||
localPosition | Vector3 | |
localRotation | Microsoft.Xna.Framework.Quaternion | |
localScale | Vector3 | |
리턴 | void |