Class PlayAnimationRequestKerbalCharacterMessage
- Namespace
- KSP.Sim.impl
- Assembly
- Assembly-CSharp.dll
public class PlayAnimationRequestKerbalCharacterMessage : KerbalCharacterMessage
- Inheritance
-
PlayAnimationRequestKerbalCharacterMessage
- Inherited Members
-
- Extension Methods
-
Constructors
PlayAnimationRequestKerbalCharacterMessage(int?, int?, float, int?, bool, bool, Action, Action)
public PlayAnimationRequestKerbalCharacterMessage(int? triggerId, int? floatId, float floatValue, int? boolId, bool boolValue, bool disableEvaFlightInteractInputs, Action onAnimStartCallback, Action onAnimEndCallback)
Parameters
triggerId int?
floatId int?
floatValue float
boolId int?
boolValue bool
disableEvaFlightInteractInputs bool
onAnimStartCallback Action
onAnimEndCallback Action
PlayAnimationRequestKerbalCharacterMessage(string, bool, Action, Action)
public PlayAnimationRequestKerbalCharacterMessage(string animationStateName, bool disableEvaFlightInteractInputs, Action onAnimStartCallback, Action onAnimEndCallback)
Parameters
animationStateName string
disableEvaFlightInteractInputs bool
onAnimStartCallback Action
onAnimEndCallback Action
Fields
AnimationStateName
public string AnimationStateName
Field Value
- string
public bool DisableEVAFlightInteractInputs
Field Value
- bool
OnAnimEndCallback
public Action OnAnimEndCallback
Field Value
- Action
OnAnimStartCallback
public Action OnAnimStartCallback
Field Value
- Action
PlayAnimBoolId
public int? PlayAnimBoolId
Field Value
- int?
PlayAnimBoolValue
public bool PlayAnimBoolValue
Field Value
- bool
PlayAnimFloatId
public int? PlayAnimFloatId
Field Value
- int?
PlayAnimFloatValue
public float PlayAnimFloatValue
Field Value
- float
PlayAnimTriggerId
public int? PlayAnimTriggerId
Field Value
- int?