GameAnimationSettings
Inherits from SystemSettings
Summary
Constructors
GameAnimationSettings() |
GameAnimationSettings(guid: Guid) |
GameAnimationSettings(other: SystemSettings) |
GameAnimationSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
temporalLoddingFourthDeltaTime | float |
antOnClientOnlyGamemodes | string[] |
temporalLoddingFarDistance | float |
temporalLoddingSixthDeltaTime | float |
temporalLoddingFifthDeltaTime | float |
temporalLoddingFirstDeltaTime | float |
temporalLoddingSecondDeltaTime | float |
temporalLoddingThirdDeltaTime | float |
temporalLoddingSixthDistance | float |
temporalLoddingSecondDistance | float |
temporalLoddingFifthDistance | float |
temporalLoddingFirstDistance | float |
temporalLoddingThirdDistance | float |
temporalLoddingFourthDistance | float |
serverEnable | bool |
useRawGamepadInput | bool |
clientEnable | bool |
useAnimationDrivenCharacter | bool |
Static members
Name | Type |
---|---|
GameAnimationSettings.typeInfo | TypeInformation |
Constructors
GameAnimationSettings
GameAnimationSettings()
Creates a new GameAnimationSettings frostbite instance.
GameAnimationSettings
GameAnimationSettings(guid: Guid)
Creates a new GameAnimationSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
GameAnimationSettings
GameAnimationSettings(other: SystemSettings)
Casts an instance of type SystemSettings to GameAnimationSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SystemSettings | The instance to cast to GameAnimationSettings. |
GameAnimationSettings
GameAnimationSettings(other: DataContainer)
Casts an instance of type DataContainer to GameAnimationSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to GameAnimationSettings. |
Properties
temporalLoddingFourthDeltaTime
float
antOnClientOnlyGamemodes
string[]
temporalLoddingFarDistance
float
temporalLoddingSixthDeltaTime
float
temporalLoddingFifthDeltaTime
float
temporalLoddingFirstDeltaTime
float
temporalLoddingSecondDeltaTime
float
temporalLoddingThirdDeltaTime
float
temporalLoddingSixthDistance
float
temporalLoddingSecondDistance
float
temporalLoddingFifthDistance
float
temporalLoddingFirstDistance
float
temporalLoddingThirdDistance
float
temporalLoddingFourthDistance
float
serverEnable
bool
useRawGamepadInput
bool
clientEnable
bool
useAnimationDrivenCharacter
bool
Static members
typeInfo
The type information for the GameAnimationSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)