Class AttackDefinition
Inheritance
System.Object
AttackDefinition
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AttackDefinition
Fields
AttackTimer
Declaration
Field Value
| Type |
Description |
| System.Single |
|
HitBoxAnimationFrame
Declaration
public float HitBoxAnimationFrame
Field Value
| Type |
Description |
| System.Single |
|
HitBoxDelay
The delay before the hit box is enabled. This allows for matching damage with the animation visuals.
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Name
Declaration
Field Value
| Type |
Description |
| System.String |
|
Properties
AttackAnimationClip
Declaration
public AnimationClip AttackAnimationClip { get; protected set; }
Property Value
| Type |
Description |
| AnimationClip |
|