Kerbal Space Program
1.12.4
|
Protected Member Functions | |
override void | SetAnimation () |
Protected Member Functions inherited from SpaceCenterCrew | |
void | CrewMovement () |
Additional Inherited Members | |
Public Types inherited from SpaceCenterCrew | |
enum | crewStates { crewStates.Idle, crewStates.Walking, crewStates.Running, crewStates.Standing } |
enum | CrewType { CrewType.GroundCrew, CrewType.Mechanic, CrewType.Scientist } |
Public Attributes inherited from SpaceCenterCrew | |
int | currentwaypoint |
float | speed |
Transform[] | waypoints |
Protected Attributes inherited from SpaceCenterCrew | |
Animation | _animation |
Rigidbody | _rigidbody |
string[] | crewAnimations |
CrewType | cType |
Vector3 | moveDirection |
crewStates | state |
bool | stateChanged |
Vector3 | target |
Vector3 | velocity |
|
inlineprotectedvirtual |
Reimplemented from SpaceCenterCrew.