Class StandardPlayerController

Namespace
Game.Shared
Assembly
Game.dll
public class StandardPlayerController : IPlayerControllable
Inheritance
StandardPlayerController
Implements
Inherited Members

Properties

Body

public PhysicsBody Body { get; }

Property Value

PhysicsBody

Shape

public PhysicsShape Shape { get; }

Property Value

PhysicsShape

Methods

GenerateControllerState()

public PlayerControllerState GenerateControllerState()

Returns

PlayerControllerState

HandleClientInput(ClientCommands)

public void HandleClientInput(ClientCommands commands)

Parameters

commands ClientCommands

OnDebugDraw()

public void OnDebugDraw()

Setup(int)

public void Setup(int entityId)

Parameters

entityId int

Update(float)

public void Update(float dt)

Parameters

dt float