C# 클래스 Game.AvatarController

상속: IAvatarController
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

공개 메소드들

메소드 설명
AvatarController ( IAvatar avatar ) : System
GetActions ( ) : IAvatarControls
GetComment ( ) : string
GetStats ( ) : IStats
ResetControls ( ) : void
SetActions ( IAvatarControls actions ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AvatarController() 공개 메소드

public AvatarController ( IAvatar avatar ) : System
avatar IAvatar
리턴 System

GetActions() 공개 메소드

public GetActions ( ) : IAvatarControls
리턴 IAvatarControls

GetComment() 공개 메소드

public GetComment ( ) : string
리턴 string

GetStats() 공개 메소드

public GetStats ( ) : IStats
리턴 IStats

ResetControls() 공개 메소드

public ResetControls ( ) : void
리턴 void

SetActions() 공개 메소드

public SetActions ( IAvatarControls actions ) : void
actions IAvatarControls
리턴 void