C# Class AmusePaletteCaller

Inheritance: MonoBehaviour
Mostra file Open project: SNUGDC/stardust

Public Properties

Property Type Description
Palette1 GameObject
Palettes GameObject[]
Palettetag string
active bool
smoothTime float

Public Methods

Method Description
OnMouseDown ( ) : void
PaletteCall ( ) : void
Start ( ) : void
StartMethod ( ) : 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

StartMethod() public method

public StartMethod ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Palette1 public_oe property

public GameObject Palette1
return GameObject

Palettes public_oe property

public GameObject[] Palettes
return GameObject[]

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