- Namespace
- global
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["SFBDemo_Mimics"]
class Type type-node
Syntax
public class SFBDemo_Mimics : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| castSpell | ||
| castWarmup | ||
| locomotionName |
Methods
| Name | Value | Summary |
|---|---|---|
| StartCast |
void |
Stops the Warmup and starts the Cast particles
|
| StartWarmup |
void |
Starts the cast particles
|
| StopCast |
void |
Stops the Cast portion
|
| UpdateLocomotion |
void |
Updates the locomotion value in the Animator
|