Class Drawable3D
Represents a 3D drawable Component.
Inheritance
Drawable3D
Implements
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public abstract class Drawable3D : Drawable, IDependencyObject
Fields
RenderFlags
All drawable 3D render flags.
Declaration
public RenderFlags RenderFlags
Field Value
Type | Description |
---|---|
RenderFlags |
Properties
CastShadows
Gets or sets a value indicating whether this model casts shadows.
Declaration
public bool CastShadows { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
DrawDebugLines()
Helper method that draws debug lines showing the bounds of this instance.
Declaration
protected override void DrawDebugLines()
Overrides
Remarks
This method will only work in debug mode and if DebugLines
is set to true
.