Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
InternalProp Class Reference
Inheritance diagram for InternalProp:

Public Member Functions

InternalModule AddModule (ConfigNode node)
 
InternalModule AddModule (string moduleName)
 
Animation[] FindModelAnimators (string clipName)
 
Animation[] FindModelAnimators ()
 
FindModelComponent< T > ()
 
FindModelComponent< T > (string childName)
 
T[] FindModelComponents< T > ()
 
T[] FindModelComponents< T > (string childName)
 
Transform FindModelTransform (string childName)
 
Transform[] FindModelTransforms (string childName)
 
void Load (ConfigNode node)
 
void OnAwake ()
 
void OnFixedUpdate ()
 
void OnUpdate ()
 
void Save (ConfigNode node)
 

Public Attributes

bool hasModel
 
InternalModel internalModel
 
List< InternalModuleinternalModules = new List<InternalModule>()
 
int propID
 
string propName
 

Properties

Part part [get]
 
Vessel vessel [get]
 

Member Function Documentation

InternalModule InternalProp.AddModule ( ConfigNode  node)
inline
InternalModule InternalProp.AddModule ( string  moduleName)
inline
Animation [] InternalProp.FindModelAnimators ( string  clipName)
inline
Animation [] InternalProp.FindModelAnimators ( )
inline
T InternalProp.FindModelComponent< T > ( )
inline
Type Constraints
T :Component 
T InternalProp.FindModelComponent< T > ( string  childName)
inline
Type Constraints
T :Component 
T [] InternalProp.FindModelComponents< T > ( )
inline
Type Constraints
T :Component 
T [] InternalProp.FindModelComponents< T > ( string  childName)
inline
Type Constraints
T :Component 
Transform InternalProp.FindModelTransform ( string  childName)
inline
Transform [] InternalProp.FindModelTransforms ( string  childName)
inline
void InternalProp.Load ( ConfigNode  node)
inline
void InternalProp.OnAwake ( )
inline
void InternalProp.OnFixedUpdate ( )
inline
void InternalProp.OnUpdate ( )
inline
void InternalProp.Save ( ConfigNode  node)
inline

Member Data Documentation

bool InternalProp.hasModel
InternalModel InternalProp.internalModel
List<InternalModule> InternalProp.internalModules = new List<InternalModule>()
int InternalProp.propID
string InternalProp.propName

Property Documentation

Part InternalProp.part
get
Vessel InternalProp.vessel
get

The documentation for this class was generated from the following file: