A KerbalInstructor object controls the animated image of a kerbal instructor in a TutorialScenario. KerbalInstructors come with a stock emote animations that you can trigger by calling the appropriate functions.
More...
A KerbalInstructor object controls the animated image of a kerbal instructor in a TutorialScenario. KerbalInstructors come with a stock emote animations that you can trigger by calling the appropriate functions.
KerbalInstructor.KerbalInstructor |
( |
| ) |
|
void KerbalInstructor.PlayEmote |
( |
CharacterAnimationState |
st | ) |
|
Presumably, makes the instructor execute a given animation.
- Parameters
-
st | The animation to execute. |
void KerbalInstructor.PlayEmoteRepeating |
( |
CharacterAnimationState |
st, |
|
|
float |
repeatInterval |
|
) |
| |
Presumably, makes the instructor execute a given animation repeatedly.
- Parameters
-
st | The animation to exectue. |
repeatInterval | How often to repeat the animation, in seconds? |
void KerbalInstructor.SetupAnimations |
( |
| ) |
|
void KerbalInstructor.StopRepeatingEmote |
( |
| ) |
|
Presumably, makes the instructor stop repeating whatever animation you last told it to repeat.
Animation KerbalInstructor.anim |
CharacterAnimationState KerbalInstructor.anim_false_disagreeA |
CharacterAnimationState KerbalInstructor.anim_false_disagreeB |
CharacterAnimationState KerbalInstructor.anim_false_disagreeC |
CharacterAnimationState KerbalInstructor.anim_false_disappointed |
CharacterAnimationState KerbalInstructor.anim_false_sadA |
CharacterAnimationState KerbalInstructor.anim_idle |
CharacterAnimationState KerbalInstructor.anim_idle_lookAround |
CharacterAnimationState KerbalInstructor.anim_idle_sigh |
CharacterAnimationState KerbalInstructor.anim_idle_wonder |
CharacterAnimationState KerbalInstructor.anim_true_nodA |
CharacterAnimationState KerbalInstructor.anim_true_nodB |
CharacterAnimationState KerbalInstructor.anim_true_smileA |
CharacterAnimationState KerbalInstructor.anim_true_smileB |
CharacterAnimationState KerbalInstructor.anim_true_thumbsUp |
CharacterAnimationState KerbalInstructor.anim_true_thumbUp |
Transform KerbalInstructor.AnimationRoot |
string KerbalInstructor.CharacterName |
bool KerbalInstructor.DrawDebugPanel |
Camera KerbalInstructor.instructorCamera |
Material KerbalInstructor.PortraitRenderMaterial |
The documentation for this class was generated from the following file: