Class FreeLookComponent
- Namespace
- Crux.Components
- Assembly
- Crux.dll
public class FreeLookComponent : Component
- Inheritance
-
FreeLookComponent
- Inherited Members
Constructors
FreeLookComponent(GameObject)
public FreeLookComponent(GameObject gameObject)
Parameters
gameObject
GameObject
Fields
pitch
public float pitch
Field Value
speed
public float speed
Field Value
yaw
public float yaw
Field Value
Methods
Clone(GameObject)
public override Component Clone(GameObject gameObject)
Parameters
gameObject
GameObject
Returns
Look()
public void Look()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Update()
public override void Update()