Table of Contents

Class MovementComponent

Namespace
Crux.Components
Assembly
Crux.dll
public class MovementComponent : Component
Inheritance
MovementComponent
Inherited Members

Constructors

MovementComponent(GameObject)

public MovementComponent(GameObject gameObject)

Parameters

gameObject GameObject

Methods

Clone(GameObject)

public override Component Clone(GameObject gameObject)

Parameters

gameObject GameObject

Returns

Component

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