Interface IMeshObject
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IMeshObject : ISceneObject
Properties
ColorArgb
Declaration
Property Value
Type |
Description |
System.Int32 |
|
MeshData
Declaration
IMeshData MeshData { get; }
Property Value
StaticGeometry
Declaration
bool StaticGeometry { get; }
Property Value
Type |
Description |
System.Boolean |
|
TextureId
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Matrix4x4 Transformation { get; }
Property Value
Type |
Description |
System.Numerics.Matrix4x4 |
|