UpdateTextureCoordsData
Inherits from ProcessorData
Summary
Constructors
Properties
Name | Type |
---|---|
textureInfo1 | EmitterTextureInfo |
textureBlendValue | float |
Static members
Name | Type |
---|---|
UpdateTextureCoordsData.typeInfo | TypeInformation |
Constructors
UpdateTextureCoordsData
UpdateTextureCoordsData()
Creates a new UpdateTextureCoordsData frostbite instance.
UpdateTextureCoordsData
UpdateTextureCoordsData(guid: Guid)
Creates a new UpdateTextureCoordsData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UpdateTextureCoordsData
UpdateTextureCoordsData(other: ProcessorData)
Casts an instance of type ProcessorData to UpdateTextureCoordsData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProcessorData | The instance to cast to UpdateTextureCoordsData. |
UpdateTextureCoordsData
UpdateTextureCoordsData(other: EmitterComponentData)
Casts an instance of type EmitterComponentData to UpdateTextureCoordsData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EmitterComponentData | The instance to cast to UpdateTextureCoordsData. |
UpdateTextureCoordsData
UpdateTextureCoordsData(other: DataContainer)
Casts an instance of type DataContainer to UpdateTextureCoordsData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UpdateTextureCoordsData. |
Properties
textureInfo1
textureBlendValue
float
Static members
typeInfo
The type information for the UpdateTextureCoordsData type.