AttackParam
Namespace: SharpPluginLoader.Core.Resources.Collision
public class AttackParam : SharpPluginLoader.Core.MtObject
Inheritance Object → NativeWrapper → MtObject → AttackParam
Properties
Index
public UInt32& Index { get; }
Property Value
TargetHitGroup
public UInt32& TargetHitGroup { get; }
Property Value
ImpactType
public ImpactType& ImpactType { get; }
Property Value
Attack
public Single& Attack { get; }
Property Value
FixedAttack
public Single& FixedAttack { get; }
Property Value
PartBreakRate
public Single& PartBreakRate { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
AttackParam(IntPtr)
public AttackParam(nint instance)
Parameters
instance
IntPtr
AttackParam()
public AttackParam()