C# Class KeyPresses, GMU-Rhythm-Mechanic

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Transform LeftBlue
return Transform

LeftRed public_oe property

public Transform LeftRed
return Transform

LeftYellow public_oe property

public Transform LeftYellow
return Transform

RightBlue public_oe property

public Transform RightBlue
return Transform

RightRed public_oe property

public Transform RightRed
return Transform

RightYellow public_oe property

public Transform RightYellow
return Transform