Show / Hide Table of Contents

Interface IMeshObject

Inherited Members
ISceneObject.Id
ISceneObject.Visible
ISceneObject.SceneLayer
Namespace: Experior.Rendering.Interfaces.Mesh
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IMeshObject : ISceneObject

Properties

ColorArgb

Declaration
int ColorArgb { get; }
Property Value
Type Description
System.Int32

MeshData

Declaration
IMeshData MeshData { get; }
Property Value
Type Description
IMeshData

StaticGeometry

Declaration
bool StaticGeometry { get; }
Property Value
Type Description
System.Boolean

TextureId

Declaration
int TextureId { get; }
Property Value
Type Description
System.Int32

Transformation

Declaration
Matrix4x4 Transformation { get; }
Property Value
Type Description
System.Numerics.Matrix4x4
Back to top Generated by DocFX