Class CollisionComponent.Node
- Namespace
- SharpPluginLoader.Core.Components
- Assembly
- SharpPluginLoader.Core.dll
public class CollisionComponent.Node : MtObject
- Inheritance
-
CollisionComponent.Node
- Inherited Members
Constructors
Node()
public Node()
Node(nint)
public Node(nint instance)
Parameters
instance
nint
Properties
CollisionComponent
Gets the owning CollisionComponent of this node.
public CollisionComponent? CollisionComponent { get; }
Property Value
CollisionNode
Gets the collision node of this node.
public CollisionNodeObject? CollisionNode { get; }
Property Value
Geometries
Gets the geometry of this node.
public MtArray<CollisionComponent.Geometry> Geometries { get; }
Property Value
IsActive
Whether this node is active.
public ref bool IsActive { get; }
Property Value
UniqueId
Gets the unique id of this node.
public ref uint UniqueId { get; }
Property Value
WorldMatrix
Gets the world matrix of this node.
public ref Matrix4x4 WorldMatrix { get; }