ShaderParameterComponentData
Inherits from ComponentData
Summary
Constructors
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
Static members
typeInfo
The type information for the ShaderParameterComponentData type.