C# Class ModelSwitch, dreams

Inheritance: MonoBehaviour
Datei anzeigen Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Public Properties

Property Type Description
modelToSwap GameObject
switchCurve UnityEngine.AnimationCurve
switchDuration float

Public Methods

Method Description
SwitchModel ( ) : void
Trigger ( ) : void
Update ( ) : void

Method Details

SwitchModel() public method

public SwitchModel ( ) : void
return void

Trigger() public method

public Trigger ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

modelToSwap public_oe property

public GameObject modelToSwap
return GameObject

switchCurve public_oe property

public AnimationCurve,UnityEngine switchCurve
return UnityEngine.AnimationCurve

switchDuration public_oe property

public float switchDuration
return float