AttackParam

Namespace: SharpPluginLoader.Core.Resources.Collision

public class AttackParam : SharpPluginLoader.Core.MtObject

Inheritance ObjectNativeWrapperMtObjectAttackParam

Properties

Index

public UInt32& Index { get; }

Property Value

UInt32&

TargetHitGroup

public UInt32& TargetHitGroup { get; }

Property Value

UInt32&

ImpactType

public ImpactType& ImpactType { get; }

Property Value

ImpactType&

Attack

public Single& Attack { get; }

Property Value

Single&

FixedAttack

public Single& FixedAttack { get; }

Property Value

Single&

PartBreakRate

public Single& PartBreakRate { get; }

Property Value

Single&

Instance

The native pointer.

public nint Instance { get; set; }

Property Value

IntPtr

Constructors

AttackParam(IntPtr)

public AttackParam(nint instance)

Parameters

instance IntPtr

AttackParam()

public AttackParam()