Inherits MonoBehaviour.
|
|
void | SetLightIntensity (float mlp) |
| |
|
void | SetIntensity (float intensity) |
| |
|
void | ResetIntensity () |
| |
|
void | SetMaxParticleCount (int count) |
| |
|
void | ApplyMeshEffect (Renderer mesh) |
| |
|
void | ClearMeshEffect () |
| |
|
void | ApplyMeshRenderer (Mesh mesh, float size=-1) |
| |
|
void | ClearMeshRenderer () |
| |
|
void | Play () |
| |
|
void | Stop () |
| |
|
virtual void | OnStop () |
| |
|
void | PlayParticle () |
| |
|
virtual void | OnResetToPlay () |
| |
|
Animation | GetAnimation (bool force) |
| |
|
bool | PlayAnimationClip (string name) |
| |
|
bool | PlayAnimationClipThenGiveBack (string name, System.Action finish=null) |
| |