Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
DetonatorComponent Class Referenceabstract
Inheritance diagram for DetonatorComponent:
DetonatorBurstEmitter DetonatorCloudRing DetonatorFireball DetonatorForce DetonatorGlow DetonatorHeatwave DetonatorLight DetonatorShockwave DetonatorSmoke DetonatorSound DetonatorSparks DetonatorSpray

Public Member Functions

abstract void Explode ()
 
abstract void Init ()
 
Detonator MyDetonator ()
 
void SetStartValues ()
 

Public Attributes

Color color = Color.white
 
float detail = 1f
 
float detailThreshold
 
bool detonatorControlled = true
 
float duration = 2f
 
float explodeDelayMax = 0f
 
float explodeDelayMin = 0f
 
Vector3 force = Vector3.zero
 
Vector3 localPosition = Vector3.zero
 
bool on = true
 
float size = 1f
 
Color startColor = Color.white
 
float startDetail = 1f
 
float startDuration = 2f
 
Vector3 startForce = Vector3.zero
 
Vector3 startLocalPosition = Vector3.zero
 
float startSize = 1f
 
Vector3 startVelocity = Vector3.zero
 
float timeScale = 1f
 
Vector3 velocity = Vector3.zero
 

Member Function Documentation

abstract void DetonatorComponent.Explode ( )
pure virtual
abstract void DetonatorComponent.Init ( )
pure virtual
Detonator DetonatorComponent.MyDetonator ( )
inline
void DetonatorComponent.SetStartValues ( )
inline

Member Data Documentation

Color DetonatorComponent.color = Color.white
float DetonatorComponent.detail = 1f
float DetonatorComponent.detailThreshold
bool DetonatorComponent.detonatorControlled = true
float DetonatorComponent.duration = 2f
float DetonatorComponent.explodeDelayMax = 0f
float DetonatorComponent.explodeDelayMin = 0f
Vector3 DetonatorComponent.force = Vector3.zero
Vector3 DetonatorComponent.localPosition = Vector3.zero
bool DetonatorComponent.on = true
float DetonatorComponent.size = 1f
Color DetonatorComponent.startColor = Color.white
float DetonatorComponent.startDetail = 1f
float DetonatorComponent.startDuration = 2f
Vector3 DetonatorComponent.startForce = Vector3.zero
Vector3 DetonatorComponent.startLocalPosition = Vector3.zero
float DetonatorComponent.startSize = 1f
Vector3 DetonatorComponent.startVelocity = Vector3.zero
float DetonatorComponent.timeScale = 1f
Vector3 DetonatorComponent.velocity = Vector3.zero

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