C# Class KeyPanelScript, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Mostra file Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
image1 Image
image2 Image
image3 Image
orangeKey Sprite
redKey Sprite
yellowKey Sprite

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
updateKey ( int id ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

updateKey() public method

public updateKey ( int id ) : void
id int
return void

Property Details

image1 public_oe property

public Image image1
return Image

image2 public_oe property

public Image image2
return Image

image3 public_oe property

public Image image3
return Image

orangeKey public_oe property

public Sprite orangeKey
return Sprite

redKey public_oe property

public Sprite redKey
return Sprite

yellowKey public_oe property

public Sprite yellowKey
return Sprite