C# Class PersistentTrails.PartValue

Mostra file Open project: GrJo/KSPPersistentTrails Class Usage Examples

Public Properties

Property Type Description
model UnityEngine.GameObject
partName string
position Vector3
rotation UnityEngine.Quaternion
scale float

Public Methods

Method Description
PartValue ( ) : System
PartValue ( GameObject _model, float _scale ) : System
clone ( ) : PartValue

Method Details

PartValue() public method

public PartValue ( ) : System
return System

PartValue() public method

public PartValue ( GameObject _model, float _scale ) : System
_model UnityEngine.GameObject
_scale float
return System

clone() public method

public clone ( ) : PartValue
return PartValue

Property Details

model public_oe property

public GameObject,UnityEngine model
return UnityEngine.GameObject

partName public_oe property

public string partName
return string

position public_oe property

public Vector3 position
return Vector3

rotation public_oe property

public Quaternion,UnityEngine rotation
return UnityEngine.Quaternion

scale public_oe property

public float scale
return float