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
CollIndex
Gets the associated CollIndexResource object.
public CollIndexResource? CollIndex { get; }
Property Value
CollNode
Gets the associated CollNodeResource object.
public CollNodeResource? CollNode { get; }
Property Value
ObjAppendParam
Gets the associated rObjAppendParam object.
public Resource? ObjAppendParam { get; }