C# Class CameraAnimationNode, RodPacers

Inheritance: MonoBehaviour
Show file Open project: GameDesignGroup6/RodPacers Class Usage Examples

Public Properties

Property Type Description
curve UnityEngine.AnimationCurve
instantFade bool
nextNode CameraAnimationNode,
useAnimationCurve bool

Public Methods

Method Description
Awake ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

curve public property

public AnimationCurve,UnityEngine curve
return UnityEngine.AnimationCurve

instantFade public property

public bool instantFade
return bool

nextNode public property

public CameraAnimationNode, nextNode
return CameraAnimationNode,

useAnimationCurve public property

public bool useAnimationCurve
return bool