C# Class Game.AvatarController

Inheritance: IAvatarController
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

Méthode Description
AvatarController ( IAvatar avatar ) : System
GetActions ( ) : IAvatarControls
GetComment ( ) : string
GetStats ( ) : IStats
ResetControls ( ) : void
SetActions ( IAvatarControls actions ) : void

Private Methods

Méthode Description
JointSpeed ( float fSpeed, float rSpeed ) : float

Diagonal strafing speed should not be greater than 1. Speed must be between [0,1].

SetAvatarActionsControllable ( ) : void
avatar_NewMessage ( object sender, MessageEventArgs e ) : void

Method Details

AvatarController() public méthode

public AvatarController ( IAvatar avatar ) : System
avatar IAvatar
Résultat System

GetActions() public méthode

public GetActions ( ) : IAvatarControls
Résultat IAvatarControls

GetComment() public méthode

public GetComment ( ) : string
Résultat string

GetStats() public méthode

public GetStats ( ) : IStats
Résultat IStats

ResetControls() public méthode

public ResetControls ( ) : void
Résultat void

SetActions() public méthode

public SetActions ( IAvatarControls actions ) : void
actions IAvatarControls
Résultat void