Click or drag to resize
BaseRenderableEntity Properties

The BaseRenderableEntity type exposes the following members.

Properties
  NameDescription
Public propertyCameraDistanceBias
Add bias to distance from camera when sorting by distance from camera. This is useful for particles, sprites etc.
Public propertyIsDebugEntity
If true, this entity will only show in debug / editor mode.
Public propertyVisible
Get / Set if this entity is visible.
Public propertyWireFrame
If true, will draw just the wireframe of the entity. Note: settings this property will change the rendering queue property.
Top
See Also