C# Class PaletteCaller

Inheritance: MonoBehaviour
Mostrar archivo Open project: SNUGDC/stardust

Public Properties

Property Type Description
Palettetag string
active bool
smoothTime float

Public Methods

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

Method Details

OnMouseDown() public method

public OnMouseDown ( ) : void
return void

PaletteCall() public method

public PaletteCall ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Palettetag public_oe property

public string Palettetag
return string

active public_oe property

public bool active
return bool

smoothTime public_oe property

public float smoothTime
return float