Class SimplePlayerController
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class SimplePlayerController : MonoBehaviour
- Inheritance
-
SimplePlayerController
- Inherited Members
-
- Extension Methods
-
Constructors
SimplePlayerController()
public SimplePlayerController()
Fields
airControl
Field Value
- float
drag
Field Value
- float
gravity
Field Value
- float
headForward
public Vector3 headForward
Field Value
- Vector3
headVel
Field Value
- Vector3
inited
Field Value
- bool
movementForce
public float movementForce
Field Value
- float
player
public SimplePlayer player
Field Value
- SimplePlayer
rig
Field Value
- Rigidbody
Methods
ConfigValues()
public void ConfigValues()
Drag()
FixedUpdate()
public void FixedUpdate()
Gravity()
GroundCheck()
public bool GroundCheck()
Returns
- bool
Look()
Movement()
SetRotations()
public void SetRotations()
Standing()
Start()
Update()