Table of Contents

Class MtGeometry

Namespace
SharpPluginLoader.Core.Geometry
Assembly
SharpPluginLoader.Core.dll
public class MtGeometry : MtObject
Inheritance
MtGeometry
Inherited Members

Constructors

MtGeometry()

public MtGeometry()

MtGeometry(nint)

public MtGeometry(nint instance)

Parameters

instance nint

Properties

Type

public GeometryType Type { get; }

Property Value

GeometryType

Methods

GetGeometry<T>()

public ref T GetGeometry<T>() where T : unmanaged

Returns

T

Type Parameters

T