Table of Contents

Class ObjCollision

Namespace
SharpPluginLoader.Core.Resources
Assembly
SharpPluginLoader.Core.dll

Represents an instance of a rObjCollision resource.

public class ObjCollision : Resource
Inheritance
ObjCollision
Inherited Members

Constructors

ObjCollision()

public ObjCollision()

ObjCollision(nint)

public ObjCollision(nint instance)

Parameters

instance nint

Properties

AttackParam

Gets the associated AttackParamResource object.

public AttackParamResource? AttackParam { get; }

Property Value

AttackParamResource

CollIndex

Gets the associated CollIndexResource object.

public CollIndexResource? CollIndex { get; }

Property Value

CollIndexResource

CollNode

Gets the associated CollNodeResource object.

public CollNodeResource? CollNode { get; }

Property Value

CollNodeResource

ObjAppendParam

Gets the associated rObjAppendParam object.

public Resource? ObjAppendParam { get; }

Property Value

Resource