Свойство | Тип | Описание | |
---|---|---|---|
Bindings | List |
||
Effect |
Метод | Описание | |
---|---|---|
AddAccessory ( |
Adds an accessory to this avatar.
|
|
Avatar ( |
||
Avatar ( |
Creates a new Avatar instance.
|
|
DeviceReset ( GraphicsDevice Device ) : void | ||
Draw ( Microsoft device ) : void |
Draws the meshes making up this Avatar instance.
|
|
DrawGeometry ( Microsoft device, |
||
Initialize ( ) : void |
Initializes this Avatar instance.
|
|
ReloadSkeleton ( ) : void |
When the skeleton changes (for example due to an animation) this method will recompute the meshes to adhere to the new skeleton positions.
|
|
RemoveAccessory ( |
Remove an accessory from this avatar.
|
|
RemoveAppearance ( |
Removes an Appearance instance from this avatar.
|
|
StoreOnGPU ( GraphicsDevice device ) : void | ||
Update ( FSO state ) : void |
Updates this Avatar instance.
|
|
setVitaboyEffect ( |
Метод | Описание | |
---|---|---|
AddAppearance ( |
Adds an Appearance instance to this avatar.
|
|
AddBinding ( |
Adds a Binding instance to this avatar.
|
|
RemoveBinding ( |
Removes a Binding instance from this avatar.
|
public AddAccessory ( |
||
apr | The Appearance instance of the accessory. | |
Результат | void |
protected AddAppearance ( |
||
appearance | The Appearance instance to add. | |
Результат |
protected AddBinding ( |
||
binding | The Binding instance to add. | |
Результат |
public Avatar ( |
||
skel | A Skeleton instance. | |
Результат | System |
public DeviceReset ( GraphicsDevice Device ) : void | ||
Device | GraphicsDevice | |
Результат | void |
public Draw ( Microsoft device ) : void | ||
device | Microsoft | A GraphicsDevice instance. |
Результат | void |
public DrawGeometry ( Microsoft device, |
||
device | Microsoft | |
effect | ||
Результат | void |
public RemoveAccessory ( |
||
apr | The Appearance of the accessory to remove. | |
Результат | void |
public RemoveAppearance ( |
||
appearance | The Appearance instance to remove. | |
dispose | bool | Should the appearance be disposed? |
Результат | void |
protected RemoveBinding ( |
||
instance | The Binding instance to remove. | |
dispose | bool | Should the binding be disposed? |
Результат | void |
public StoreOnGPU ( GraphicsDevice device ) : void | ||
device | GraphicsDevice | |
Результат | void |
public Update ( FSO state ) : void | ||
state | FSO | An UpdateState instance. |
Результат | void |
public static setVitaboyEffect ( |
||
e | ||
Результат | void |