- Namespace
- Atavism
- Base Types
-
- MonoBehaviour
- Derived Types
graph BT
Type-->Base0["MonoBehaviour"]
Type["AtavismMobController"]
class Type type-node
Derived0["MobController3D"]-->Type
click Derived0 "/docs/client_api_10.4.0/api/Atavism/MobController3D"
Syntax
public abstract class AtavismMobController : MonoBehaviour
Fields
Properties
| Name | Value | Summary |
|---|---|---|
| DesiredDisplacement | Vector3 | |
| FollowTerrain | bool | |
| IsPlayer | bool | |
| Jumping | bool | |
| LastDirection | Vector3 | |
| LastJumpButtonTime | float | |
| Mount | GameObject | |
| MovementState | int | |
| Oid | long | |
| PathInterpolator | Atavism |
|
| RotatingDirection | float | |
| RunSpeed | float | |
| SyncOffset | Vector3 | |
| SyncOffsetExpiration | float | |
| Target | long |
Methods
| Name | Value | Summary |
|---|---|---|
| MoveMob |
Vector3 | |
| MovePlayer |
Vector3 | |
| PlayAnimation |
void | |
| PlayAnimationFloat |
void | |
| PlayAnimationInt |
void | |
| PlayAnimationTrigger |
void | |
| Play |
void | |
| Play |
void | |
| WaterRegionEntered |
void | |
| WaterRegionLeft |
void |