C# Class RabbitChanger

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
Balloon1Bright GameObject
Balloon1Collider UnityEngine.Collider2D
Balloon2Bright GameObject
Balloon2Collider UnityEngine.Collider2D
RabbitBright GameObject
RabbitDark GameObject

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

Balloon1Bright public property

public GameObject Balloon1Bright
return GameObject

Balloon1Collider public property

public Collider2D,UnityEngine Balloon1Collider
return UnityEngine.Collider2D

Balloon2Bright public property

public GameObject Balloon2Bright
return GameObject

Balloon2Collider public property

public Collider2D,UnityEngine Balloon2Collider
return UnityEngine.Collider2D

RabbitBright public property

public GameObject RabbitBright
return GameObject

RabbitDark public property

public GameObject RabbitDark
return GameObject