Back

Dynamic  : Instance

Properties

Vector3 Position

Vector3 Rotation

Vector3 Size

Vector3 LocalPosition

Vector3 LocalRotation

Vector3 LocalSize

Quaternion Quaternion

boolean Locked

Vector3 Forward

Vector3 Right

Vector3 Up

Methods

nil LookAt ( any target )

nil LookAt ( any target Vector3 up )

nil MovePosition ( Vector3 position )

nil MoveRotation ( Vector3 rotation )

nil Translate ( Vector3 translation )

nil RotateAround ( Vector3 point Vector3 axis number angle )

nil Rotate ( Vector3 eulerAngles )

Vector3 InverseTransformPoint ( Vector3 point )

Vector3 TransformPoint ( Vector3 point )

Vector3 InverseTransformDirection ( Vector3 direction )

Vector3 TransformDirection ( Vector3 direction )

Vector3 InverseTransformVector ( Vector3 vector )

Vector3 InverseTransformPosition ( Vector3 position )

Aabb GetBounds ( )

Events