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

Inheritance: MonoBehaviour
Show 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 property

public Image image1
return Image

image2 public property

public Image image2
return Image

image3 public property

public Image image3
return Image

orangeKey public property

public Sprite orangeKey
return Sprite

redKey public property

public Sprite redKey
return Sprite

yellowKey public property

public Sprite yellowKey
return Sprite