Show / Hide Table of Contents

Struct WeaponAnimation

Defines animation setup for weapons.

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct WeaponAnimation

Fields

| Improve this Doc View Source

Alignment

Declaration
public WeaponAlignment Alignment
Field Value
Type Description
WeaponAlignment
| Improve this Doc View Source

FramePerSecond

Declaration
public int FramePerSecond
Field Value
Type Description
Int32
| Improve this Doc View Source

NumFrames

Declaration
public int NumFrames
Field Value
Type Description
Int32
| Improve this Doc View Source

Offset

Declaration
public float Offset
Field Value
Type Description
Single
| Improve this Doc View Source

Record

Declaration
public int Record
Field Value
Type Description
Int32
  • Improve this Doc
  • View Source
In This Article
  • Fields
    • Alignment
    • FramePerSecond
    • NumFrames
    • Offset
    • Record
Back to top Generated by DocFX