CollNode

Namespace: SharpPluginLoader.Core.Resources.Collision

public class CollNode : SharpPluginLoader.Core.MtObject

Inheritance ObjectNativeWrapperMtObjectCollNode

Properties

Geometry

public CollGeomResource Geometry { get; }

Property Value

CollGeomResource

Index

public Int16& Index { get; }

Property Value

Int16&

CollNodeFlags

public UInt32& CollNodeFlags { get; }

Property Value

UInt32&

HitCollisionFlags

public UInt32& HitCollisionFlags { get; }

Property Value

UInt32&

Attr

public UInt32& Attr { get; }

Property Value

UInt32&

Instance

The native pointer.

public nint Instance { get; set; }

Property Value

IntPtr

Constructors

CollNode(IntPtr)

public CollNode(nint instance)

Parameters

instance IntPtr

CollNode()

public CollNode()