Table of Contents

Class CollisionNodeObject

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

Represents a cCollisionNodeObject object in the game.

public class CollisionNodeObject : CollisionNode
Inheritance
CollisionNodeObject
Inherited Members

Constructors

CollisionNodeObject()

public CollisionNodeObject()

CollisionNodeObject(nint)

public CollisionNodeObject(nint instance)

Parameters

instance nint

Properties

Attributes

The attributes of the node.

public ref uint Attributes { get; }

Property Value

uint

MoveVector

The move vector of the node.

public ref Vector4 MoveVector { get; }

Property Value

Vector4

Owner

The object that owns this node.

public MtObject? Owner { get; }

Property Value

MtObject