Komodo Engine
C PROJECT_LOGO=
Komodo.Core.Engine.Graphics.Model Class Reference

Represents raw 3D model data. More...

Public Member Functions

 Model (Microsoft.Xna.Framework.Graphics.Model monoGameModel)
 
Parameters
monoGameModelMicrosoft.Xna.Framework.Graphics.Model data loaded in MonoGame's format.

 

Properties

float Depth [get]
 Z dimensional extremity. More...
 
float Height [get]
 Y dimensional extremity. More...
 
BoundingBox BoundingBox [get]
 Provides a Microsoft.Xna.Framework.BoundingBox representing the bounds of the model. More...
 
float Width [get]
 X dimensional extremity. More...
 
Microsoft.Xna.Framework.Graphics.Model MonoGameModel [get]
 Raw 3D model data. More...
 

Detailed Description

Represents raw 3D model data.

Property Documentation

◆ BoundingBox

BoundingBox Komodo.Core.Engine.Graphics.Model.BoundingBox
get

Provides a Microsoft.Xna.Framework.BoundingBox representing the bounds of the model.

◆ Depth

float Komodo.Core.Engine.Graphics.Model.Depth
get

Z dimensional extremity.

◆ Height

float Komodo.Core.Engine.Graphics.Model.Height
get

Y dimensional extremity.

◆ MonoGameModel

Microsoft.Xna.Framework.Graphics.Model Komodo.Core.Engine.Graphics.Model.MonoGameModel
get

Raw 3D model data.

◆ Width

float Komodo.Core.Engine.Graphics.Model.Width
get

X dimensional extremity.