C# Class StartupSequence, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Show file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
crashLandingDuration float
crashLandingPath Transform[]
planetApproachDuration float
planetApproachPath Transform[]
playerGameplayStartTransform Transform
shakeAndCrashDuration float
shakeIntensity float

Public Methods

Method Description
Awake ( ) : void
LookAtApproachWaypoint ( int waypointIndex ) : void
Start ( ) : void

Private Methods

Method Description
ApproachSequence ( ) : IEnumerator
EnableGameplayElements ( ) : IEnumerator

Method Details

Awake() public method

public Awake ( ) : void
return void

LookAtApproachWaypoint() public method

public LookAtApproachWaypoint ( int waypointIndex ) : void
waypointIndex int
return void

Start() public method

public Start ( ) : void
return void

Property Details

crashLandingDuration public property

public float crashLandingDuration
return float

crashLandingPath public property

public Transform[] crashLandingPath
return Transform[]

planetApproachDuration public property

public float planetApproachDuration
return float

planetApproachPath public property

public Transform[] planetApproachPath
return Transform[]

playerGameplayStartTransform public property

public Transform playerGameplayStartTransform
return Transform

shakeAndCrashDuration public property

public float shakeAndCrashDuration
return float

shakeIntensity public property

public float shakeIntensity
return float