C# Class Notes, GMU-Rhythm-Mechanic

Inheritance: MonoBehaviour
Show file Open project: GameMakersUnion/GMU-Rhythm-Mechanic Class Usage Examples

Public Properties

Property Type Description
clr btn,
pitch int
start float
started bool

Public Methods

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

Method Details

Notes() public method

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

isEnded() public method

public isEnded ( float time ) : bool
time float
return bool

isStarted() public method

public isStarted ( float time ) : bool
time float
return bool

Property Details

clr public property

public btn, clr
return btn,

pitch public property

public int pitch
return int

start public property

public float start
return float

started public property

public bool started
return bool