WeaponAnimationConfigurationModifier
Inherits from WeaponModifierBase
Summary
Constructors
Properties
Name | Type |
---|---|
zoomInOutMeshTransitionFactors | float[] |
animationConfiguration | AnimationConfigurationData |
animatedFireType | AnimatedFireEnum |
Static members
Name | Type |
---|---|
WeaponAnimationConfigurationModifier.typeInfo | TypeInformation |
Constructors
WeaponAnimationConfigurationModifier
WeaponAnimationConfigurationModifier()
Creates a new WeaponAnimationConfigurationModifier frostbite instance.
WeaponAnimationConfigurationModifier
WeaponAnimationConfigurationModifier(guid: Guid)
Creates a new WeaponAnimationConfigurationModifier frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
WeaponAnimationConfigurationModifier
WeaponAnimationConfigurationModifier(other: WeaponModifierBase)
Casts an instance of type WeaponModifierBase to WeaponAnimationConfigurationModifier. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WeaponModifierBase | The instance to cast to WeaponAnimationConfigurationModifier. |
WeaponAnimationConfigurationModifier
WeaponAnimationConfigurationModifier(other: DataContainer)
Casts an instance of type DataContainer to WeaponAnimationConfigurationModifier. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to WeaponAnimationConfigurationModifier. |
Properties
zoomInOutMeshTransitionFactors
float[]
animationConfiguration
animatedFireType
Static members
typeInfo
The type information for the WeaponAnimationConfigurationModifier type.