C# Class PaletteCaller

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

Méthodes publiques

Свойство Type Description
Palettetag string
active bool
smoothTime float

Méthodes publiques

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

Method Details

OnMouseDown() public méthode

public OnMouseDown ( ) : void
Résultat void

PaletteCall() public méthode

public PaletteCall ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Palettetag public_oe property

public string Palettetag
Résultat string

active public_oe property

public bool active
Résultat bool

smoothTime public_oe property

public float smoothTime
Résultat float