C# Class CottonChangeToPalette

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/stardust

Méthodes publiques

Свойство Type Description
Smooth float
TargetPalette GameObject
White GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
DestroyThis ( ) : IEnumerator
OnMouseDown ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Smooth public_oe property

public float Smooth
Résultat float

TargetPalette public_oe property

public GameObject TargetPalette
Résultat GameObject

White public_oe property

public GameObject White
Résultat GameObject