C# Class KeyPresses, GMU-Rhythm-Mechanic

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

Public Properties

Property Type Description
LeftBlue Transform
LeftRed Transform
LeftYellow Transform
RightBlue Transform
RightRed Transform
RightYellow Transform

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

LeftBlue public property

public Transform LeftBlue
return Transform

LeftRed public property

public Transform LeftRed
return Transform

LeftYellow public property

public Transform LeftYellow
return Transform

RightBlue public property

public Transform RightBlue
return Transform

RightRed public property

public Transform RightRed
return Transform

RightYellow public property

public Transform RightYellow
return Transform