- Namespace
- global
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["Demo_FirstPersonController"]
class Type type-node
Syntax
[RequireComponent(typeof(CharacterController))]
public class Demo_FirstPersonController : MonoBehaviour
Attributes
| Type | Description |
|---|---|
| RequireComponent |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| FootstepSounds | ||
| GravityMultiplier | ||
| InputMethod | ||
| IsWalking | ||
| JumpSound | ||
| JumpSpeed | ||
| LandSound | ||
| MouseLook | ||
| RunSpeed | ||
| RunstepLenghten | ||
| StepInterval | ||
| StickToGroundForce | ||
| WalkSpeed |