CollisionNode
Namespace: SharpPluginLoader.Core.Collision
Represents a cCollisionNode object in the game.
public class CollisionNode : SharpPluginLoader.Core.MtObject
Inheritance Object → NativeWrapper → MtObject → CollisionNode
Properties
IsActive
Whether the node is active.
public Boolean& IsActive { get; }
Property Value
GeometryArray
The geometry array of the node.
public MtArray<MtObject> GeometryArray { get; }
Property Value
BoundingBox
The bounding box of the node.
public MtAabb& BoundingBox { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
CollisionNode(IntPtr)
public CollisionNode(nint instance)
Parameters
instance
IntPtr
CollisionNode()
public CollisionNode()