C# Class TriggerSky, dreams

Inheritance: MonoBehaviour
显示文件 Open project: mprofGamesDev-Dreams/dreams

Public Properties

Property Type Description
image GameObject
isTriggered bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Fade ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

image public_oe property

public GameObject image
return GameObject

isTriggered public_oe property

public bool isTriggered
return bool