CollisionComponent

Namespace: SharpPluginLoader.Core.Components

public class CollisionComponent : Component

Inheritance ObjectNativeWrapperMtObjectComponentCollisionComponent

Properties

Nodes

Gets the s of this CollisionComponent.

public MtArray<Node> Nodes { get; }

Property Value

MtArray<Node>

Model

Gets the owner of this CollisionComponent.

public Model Model { get; }

Property Value

Model

Next

Gets the next component in the list.

public Component Next { get; }

Property Value

Component

Owner

Gets the owner of this component.

public Model Owner { get; }

Property Value

Model

Instance

The native pointer.

public nint Instance { get; set; }

Property Value

IntPtr

Constructors

CollisionComponent(IntPtr)

public CollisionComponent(nint instance)

Parameters

instance IntPtr

CollisionComponent()

public CollisionComponent()