Table of Contents

Class CollisionNode

Namespace
SharpPluginLoader.Core.Collision
Assembly
SharpPluginLoader.Core.dll

Represents a cCollisionNode object in the game.

public class CollisionNode : MtObject
Inheritance
CollisionNode
Derived
Inherited Members

Constructors

CollisionNode()

public CollisionNode()

CollisionNode(nint)

public CollisionNode(nint instance)

Parameters

instance nint

Properties

BoundingBox

The bounding box of the node.

public ref MtAabb BoundingBox { get; }

Property Value

MtAabb

GeometryArray

The geometry array of the node.

public MtArray<MtObject> GeometryArray { get; }

Property Value

MtArray<MtObject>

IsActive

Whether the node is active.

public ref bool IsActive { get; }

Property Value

bool