프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Position | Vector3 | ||
Velocity | Vector3 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
game | Microsoft.Xna.Framework.Game | ||
scale | float |
메소드 | 설명 | |
---|---|---|
Avatar ( |
Constructor consisting of a given model
|
|
Avatar ( Vector3 position ) : System |
Default Constructor to setup Model
|
|
Draw ( |
||
HandleInput ( PlayerIndex index ) : bool | ||
ResetRoll ( ) : void | ||
ResetYaw ( ) : void | ||
ResetYawPitchRoll ( ) : void | ||
RotateToFace ( Vector3 O, Vector3 P, Vector3 U ) : void | ||
RotateX ( float rotation ) : void | ||
RotateY ( float rotation ) : void | ||
RotateZ ( float rotation ) : void | ||
SetupModel ( |
Adds a model to the Static Model and performs setup
|
|
Update ( |
||
UpdateTransforms ( ) : void | ||
UpdateView ( ) : void |
메소드 | 설명 | |
---|---|---|
SetupCamera ( ) : void |
Sets up default camera information
|
|
SetupModel ( Vector3 position ) : void |
public Avatar ( |
||
newModel | ||
position | Vector3 | |
리턴 | System |
public Draw ( |
||
gameTime | ||
리턴 | void |
public RotateToFace ( Vector3 O, Vector3 P, Vector3 U ) : void | ||
O | Vector3 | |
P | Vector3 | |
U | Vector3 | |
리턴 | void |
public SetupModel ( |
||
newModel | ||
position | Vector3 | |
리턴 | void |
public Update ( |
||
gameTime | ||
리턴 | void |