Click or drag to resize
ModelEntity Properties

The ModelEntity type exposes the following members.

Properties
  NameDescription
Public propertyCameraDistanceBias
Add bias to distance from camera when sorting by distance from camera.
(Overrides BaseRenderableEntityCameraDistanceBias.)
Public propertyIsDebugEntity
If true, this entity will only show in debug / editor mode.
(Inherited from BaseRenderableEntity.)
Public propertyModel
Model to render.
Public propertyVisible
Get / Set if this entity is visible.
(Inherited from BaseRenderableEntity.)
Public propertyWireFrame
If true, will draw just the wireframe of the entity. Note: settings this property will change the rendering queue property.
(Inherited from BaseRenderableEntity.)
Top
See Also