Table of Contents

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

float

speed

public float speed

Field Value

float

yaw

public float yaw

Field Value

float

Methods

Clone(GameObject)

public override Component Clone(GameObject gameObject)

Parameters

gameObject GameObject

Returns

Component

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()