Class LateUpdateConstraint
- Namespace
- KSP.Animation
- Assembly
- Assembly-CSharp.dll
public abstract class LateUpdateConstraint : OABOrFlightEnablable
- Inheritance
-
LateUpdateConstraint
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
LateUpdateConstraint()
protected LateUpdateConstraint()
Fields
OnUpdateCompleted
protected Action OnUpdateCompleted
Field Value
- Action
ParentLateUpdateConstraintToWaitFor
public LateUpdateConstraint ParentLateUpdateConstraintToWaitFor
Field Value
- LateUpdateConstraint
_keepUpdating
protected bool _keepUpdating
Field Value
- bool
Methods
Awake()
LateUpdate()
protected void LateUpdate()
SetUpdateState(bool)
public void SetUpdateState(bool doUpdate)
Parameters
doUpdate bool
protected virtual void UpdateTransform()