Method | Description | |
---|---|---|
Draw ( Camera camera, float yRotationForBillboards ) : void | ||
RenderQueue ( GameContext context, Action |
Method | Description | |
---|---|---|
IsValidForRendering ( Camera camera, DrawableElement element ) : bool |
Method | Description | |
---|---|---|
DrawElement ( Camera camera, DrawableElement element, SceneEffect sceneEffect, float yRotationForBillboards ) : void | ||
DrawElement ( Camera camera, DrawableElement element, float yRotationForBillboards ) : void |
public Draw ( Camera camera, float yRotationForBillboards ) : void | ||
camera | Camera | |
yRotationForBillboards | float | |
return | void |
protected IsValidForRendering ( Camera camera, DrawableElement element ) : bool | ||
camera | Camera | |
element | DrawableElement | |
return | bool |
public RenderQueue ( GameContext context, Action |
||
context | GameContext | |
handleEffect | Action |
|
getDrawableElements | Func |
|
sceneEffect | SceneEffect | |
return | Microsoft.Xna.Framework |