Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Public Attributes | List of all members
TrackRigObject Class Reference

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...

Inheritance diagram for TrackRigObject:

Public Types

enum  TrackMode { TrackMode.FixedUpdate, TrackMode.Update, TrackMode.LateUpdate }
 

Public Attributes

bool keepInitialOffset
 
Transform target
 
TrackMode trackingMode = TrackMode.Update
 

Detailed Description

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.

Member Enumeration Documentation

Enumerator
FixedUpdate 
Update 
LateUpdate 

Member Data Documentation

bool TrackRigObject.keepInitialOffset
Transform TrackRigObject.target
TrackMode TrackRigObject.trackingMode = TrackMode.Update

The documentation for this class was generated from the following file: