Table of Contents

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()

protected void Awake()

LateUpdate()

protected void LateUpdate()

SetUpdateState(bool)

public void SetUpdateState(bool doUpdate)

Parameters

doUpdate bool

UpdateTransform()

protected virtual void UpdateTransform()