C# Class CottonChangeToPalette

Inheritance: MonoBehaviour
显示文件 Open project: SNUGDC/stardust

Public Properties

Property Type Description
Smooth float
TargetPalette GameObject
White GameObject

Public Methods

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

Private Methods

Method Description
DestroyThis ( ) : IEnumerator
OnMouseDown ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Smooth public_oe property

public float Smooth
return float

TargetPalette public_oe property

public GameObject TargetPalette
return GameObject

White public_oe property

public GameObject White
return GameObject