CollisionComponent
Namespace: SharpPluginLoader.Core.Components
public class CollisionComponent : Component
Inheritance Object → NativeWrapper → MtObject → Component → CollisionComponent
Properties
Nodes
Gets the s of this CollisionComponent.
public MtArray<Node> Nodes { get; }
Property Value
Model
Gets the owner of this CollisionComponent.
public Model Model { get; }
Property Value
Next
Gets the next component in the list.
public Component Next { get; }
Property Value
Owner
Gets the owner of this component.
public Model Owner { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
CollisionComponent(IntPtr)
public CollisionComponent(nint instance)
Parameters
instance
IntPtr
CollisionComponent()
public CollisionComponent()