MtGeometry
Namespace: SharpPluginLoader.Core.Geometry
public class MtGeometry : SharpPluginLoader.Core.MtObject
Inheritance Object → NativeWrapper → MtObject → MtGeometry
Properties
Type
public GeometryType Type { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
MtGeometry(IntPtr)
public MtGeometry(nint instance)
Parameters
instance
IntPtr
MtGeometry()
public MtGeometry()
Methods
GetGeometry<T>()
public T& GetGeometry<T>()
Type Parameters
T
Returns
T&