C# Class CameraAnimationNode, RodPacers

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public AnimationCurve,UnityEngine curve
return UnityEngine.AnimationCurve

instantFade public_oe property

public bool instantFade
return bool

nextNode public_oe property

public CameraAnimationNode, nextNode
return CameraAnimationNode,

useAnimationCurve public_oe property

public bool useAnimationCurve
return bool