GameAnimationConfig
Inherits from Asset
Summary
Constructors
GameAnimationConfig() |
GameAnimationConfig(guid: Guid) |
GameAnimationConfig(other: Asset) |
GameAnimationConfig(other: DataContainer) |
Properties
Name | Type |
---|---|
serverEnable | bool |
clientEnable | bool |
useRawGamepadInput | bool |
Static members
Name | Type |
---|---|
GameAnimationConfig.typeInfo | TypeInformation |
Constructors
GameAnimationConfig
GameAnimationConfig()
Creates a new GameAnimationConfig frostbite instance.
GameAnimationConfig
GameAnimationConfig(guid: Guid)
Creates a new GameAnimationConfig frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
GameAnimationConfig
GameAnimationConfig(other: Asset)
Casts an instance of type Asset to GameAnimationConfig. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to GameAnimationConfig. |
GameAnimationConfig
GameAnimationConfig(other: DataContainer)
Casts an instance of type DataContainer to GameAnimationConfig. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to GameAnimationConfig. |
Properties
serverEnable
bool
clientEnable
bool
useRawGamepadInput
bool
Static members
typeInfo
The type information for the GameAnimationConfig type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)