C# Class ModelSwitch, dreams

Inheritance: MonoBehaviour
Show file 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 property

public GameObject modelToSwap
return GameObject

switchCurve public property

public AnimationCurve,UnityEngine switchCurve
return UnityEngine.AnimationCurve

switchDuration public property

public float switchDuration
return float