C# Class StartupSequence, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
crashLandingDuration float
crashLandingPath Transform[]
planetApproachDuration float
planetApproachPath Transform[]
playerGameplayStartTransform Transform
shakeAndCrashDuration float
shakeIntensity float

Méthodes publiques

Méthode Description
Awake ( ) : void
LookAtApproachWaypoint ( int waypointIndex ) : void
Start ( ) : void

Private Methods

Méthode Description
ApproachSequence ( ) : IEnumerator
EnableGameplayElements ( ) : IEnumerator

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

LookAtApproachWaypoint() public méthode

public LookAtApproachWaypoint ( int waypointIndex ) : void
waypointIndex int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

crashLandingDuration public_oe property

public float crashLandingDuration
Résultat float

crashLandingPath public_oe property

public Transform[] crashLandingPath
Résultat Transform[]

planetApproachDuration public_oe property

public float planetApproachDuration
Résultat float

planetApproachPath public_oe property

public Transform[] planetApproachPath
Résultat Transform[]

playerGameplayStartTransform public_oe property

public Transform playerGameplayStartTransform
Résultat Transform

shakeAndCrashDuration public_oe property

public float shakeAndCrashDuration
Résultat float

shakeIntensity public_oe property

public float shakeIntensity
Résultat float