Show / Hide Table of Contents

Struct MobileAnimation

Defines animation setup for mobile enemies.

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

Fields

| Improve this Doc View Source

BounceAnim

Declaration
public bool BounceAnim
Field Value
Type Description
Boolean
| Improve this Doc View Source

FlipLeftRight

Declaration
public bool FlipLeftRight
Field Value
Type Description
Boolean
| 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

Record

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