C# Класс BDB.ModuleBdbDecouplerAnimation

Наследование: PartModule, IScalarModule, IMultipleDragCube
Показать файл Открыть проект

Открытые методы

Метод Описание
AssumeDragCubePosition ( string name ) : void
FixedUpdate ( ) : void
GetDragCubeNames ( ) : string[]
IsMoving ( ) : bool
OnActive ( ) : void
OnAwake ( ) : void
PlayAnimation ( float speed ) : void
SetAnimation ( float position, float speed = 0.0f ) : void
SetScalar ( float t ) : void
SetUIRead ( bool state ) : void
SetUIWrite ( bool state ) : void
SetUpAnimation ( string animationName, Part part ) : UnityEngine.AnimationState[]
Start ( ) : void
UsesProceduralDragCubes ( ) : bool

Приватные методы

Метод Описание
Decouple ( ) : void
DecoupleAction ( KSPActionParam param ) : void
ToggleAnimationEditor ( ) : void

Описание методов

AssumeDragCubePosition() публичный Метод

public AssumeDragCubePosition ( string name ) : void
name string
Результат void

FixedUpdate() публичный Метод

public FixedUpdate ( ) : void
Результат void

GetDragCubeNames() публичный Метод

public GetDragCubeNames ( ) : string[]
Результат string[]

IsMoving() публичный Метод

public IsMoving ( ) : bool
Результат bool

OnActive() публичный Метод

public OnActive ( ) : void
Результат void

OnAwake() публичный Метод

public OnAwake ( ) : void
Результат void

PlayAnimation() публичный Метод

public PlayAnimation ( float speed ) : void
speed float
Результат void

SetAnimation() публичный Метод

public SetAnimation ( float position, float speed = 0.0f ) : void
position float
speed float
Результат void

SetScalar() публичный Метод

public SetScalar ( float t ) : void
t float
Результат void

SetUIRead() публичный Метод

public SetUIRead ( bool state ) : void
state bool
Результат void

SetUIWrite() публичный Метод

public SetUIWrite ( bool state ) : void
state bool
Результат void

SetUpAnimation() публичный Метод

public SetUpAnimation ( string animationName, Part part ) : UnityEngine.AnimationState[]
animationName string
part Part
Результат UnityEngine.AnimationState[]

Start() публичный Метод

public Start ( ) : void
Результат void

UsesProceduralDragCubes() публичный Метод

public UsesProceduralDragCubes ( ) : bool
Результат bool