Kerbal Space Program
1.12.4
|
This will track the position and rotation of an object in a hierarchy. Made necessary by Unity 4's inability to activate a child of a deactivated parent. More...
Public Types | |
enum | TrackMode { TrackMode.FixedUpdate, TrackMode.Update, TrackMode.LateUpdate } |
Public Attributes | |
bool | keepInitialOffset |
Transform | target |
TrackMode | trackingMode = TrackMode.Update |
This will track the position and rotation of an object in a hierarchy. Made necessary by Unity 4's inability to activate a child of a deactivated parent.
bool TrackRigObject.keepInitialOffset |
Transform TrackRigObject.target |
TrackMode TrackRigObject.trackingMode = TrackMode.Update |