C# Class AButton, pyramidwarf

Inheritance: MonoBehaviour
Show file Open project: renaudbedard/pyramidwarf Class Usage Examples

Public Properties

Property Type Description
ControllerId int
FadeQuad GameObject
InstructionsQuad GameObject
KeyPressed Material
KeyReleased Material
OtherButton AButton,
XboxPressed Material
XboxReleased Material

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
FadeThenWait ( ) : IEnumerator
WaitThenLoad ( ) : IEnumerator

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

ControllerId public property

public int ControllerId
return int

FadeQuad public property

public GameObject FadeQuad
return GameObject

InstructionsQuad public property

public GameObject InstructionsQuad
return GameObject

KeyPressed public property

public Material KeyPressed
return Material

KeyReleased public property

public Material KeyReleased
return Material

OtherButton public property

public AButton, OtherButton
return AButton,

XboxPressed public property

public Material XboxPressed
return Material

XboxReleased public property

public Material XboxReleased
return Material