Show / Hide Table of Contents

Class PerFrameData

Inheritance
System.Object
PerFrameData
Namespace: VRage.Game.ObjectBuilders.Components
Assembly: VRage.Game.dll
Syntax
public sealed class PerFrameData : ValueType

Fields

AnimationData

Declaration
public Nullable<AnimationData> AnimationData
Field Value
Type Description
System.Nullable<AnimationData>

ControlSwitchesData

Declaration
public Nullable<ControlSwitchesData> ControlSwitchesData
Field Value
Type Description
System.Nullable<ControlSwitchesData>

MovementData

Declaration
public Nullable<MovementData> MovementData
Field Value
Type Description
System.Nullable<MovementData>

ShootData

Declaration
public Nullable<ShootData> ShootData
Field Value
Type Description
System.Nullable<ShootData>

SwitchWeaponData

Declaration
public Nullable<SwitchWeaponData> SwitchWeaponData
Field Value
Type Description
System.Nullable<SwitchWeaponData>

UseData

Declaration
public Nullable<UseData> UseData
Field Value
Type Description
System.Nullable<UseData>

Methods

ShouldSerializeSwitchWeaponData()

Declaration
public bool ShouldSerializeSwitchWeaponData()
Returns
Type Description
System.Boolean

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾