C# Class Notes, GMU-Rhythm-Mechanic

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameMakersUnion/GMU-Rhythm-Mechanic Class Usage Examples

Méthodes publiques

Свойство Type Description
clr btn,
pitch int
start float
started bool

Méthodes publiques

Méthode Description
Notes ( float start, float finish, btn, clr, int pitch ) : System.Collections
isEnded ( float time ) : bool
isStarted ( float time ) : bool

Method Details

Notes() public méthode

public Notes ( float start, float finish, btn, clr, int pitch ) : System.Collections
start float
finish float
clr btn,
pitch int
Résultat System.Collections

isEnded() public méthode

public isEnded ( float time ) : bool
time float
Résultat bool

isStarted() public méthode

public isStarted ( float time ) : bool
time float
Résultat bool

Property Details

clr public_oe property

public btn, clr
Résultat btn,

pitch public_oe property

public int pitch
Résultat int

start public_oe property

public float start
Résultat float

started public_oe property

public bool started
Résultat bool