ShaderParameterComponentData

Inherits from ComponentData

Summary

Constructors

ShaderParameterComponentData()
ShaderParameterComponentData(guid: Guid)
ShaderParameterComponentData(other: ComponentData)
ShaderParameterComponentData(other: GameObjectData)
ShaderParameterComponentData(other: GameDataContainer)
ShaderParameterComponentData(other: DataContainer)

Properties

Name Type
shaderParameterVectors ShaderParameterVector[]

Static members

Name Type
ShaderParameterComponentData.typeInfo TypeInformation

Constructors

ShaderParameterComponentData

ShaderParameterComponentData()

Creates a new ShaderParameterComponentData frostbite instance.

ShaderParameterComponentData

ShaderParameterComponentData(guid: Guid)

Creates a new ShaderParameterComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

ShaderParameterComponentData

ShaderParameterComponentData(other: ComponentData)

Casts an instance of type ComponentData to ShaderParameterComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to ShaderParameterComponentData.

ShaderParameterComponentData

ShaderParameterComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to ShaderParameterComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to ShaderParameterComponentData.

ShaderParameterComponentData

ShaderParameterComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to ShaderParameterComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to ShaderParameterComponentData.

ShaderParameterComponentData

ShaderParameterComponentData(other: DataContainer)

Casts an instance of type DataContainer to ShaderParameterComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to ShaderParameterComponentData.

Properties

shaderParameterVectors

ShaderParameterVector[]

Static members

typeInfo

TypeInformation

The type information for the ShaderParameterComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)