CollNode
Namespace: SharpPluginLoader.Core.Resources.Collision
public class CollNode : SharpPluginLoader.Core.MtObject
Inheritance Object → NativeWrapper → MtObject → CollNode
Properties
Geometry
public CollGeomResource Geometry { get; }
Property Value
Index
public Int16& Index { get; }
Property Value
CollNodeFlags
public UInt32& CollNodeFlags { get; }
Property Value
HitCollisionFlags
public UInt32& HitCollisionFlags { get; }
Property Value
Attr
public UInt32& Attr { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
CollNode(IntPtr)
public CollNode(nint instance)
Parameters
instance
IntPtr
CollNode()
public CollNode()