DynamicEnvmapComponentData
Inherits from ComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
keyColorEnvmap | Vec3 |
groundColorEnvmap | Vec3 |
skyColorEnvmap | Vec3 |
enable | bool |
Static members
Name | Type |
---|---|
DynamicEnvmapComponentData.typeInfo | TypeInformation |
Constructors
DynamicEnvmapComponentData
DynamicEnvmapComponentData()
Creates a new DynamicEnvmapComponentData frostbite instance.
DynamicEnvmapComponentData
DynamicEnvmapComponentData(guid: Guid)
Creates a new DynamicEnvmapComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DynamicEnvmapComponentData
DynamicEnvmapComponentData(other: ComponentData)
Casts an instance of type ComponentData to DynamicEnvmapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to DynamicEnvmapComponentData. |
DynamicEnvmapComponentData
DynamicEnvmapComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to DynamicEnvmapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to DynamicEnvmapComponentData. |
DynamicEnvmapComponentData
DynamicEnvmapComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to DynamicEnvmapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to DynamicEnvmapComponentData. |
DynamicEnvmapComponentData
DynamicEnvmapComponentData(other: DataContainer)
Casts an instance of type DataContainer to DynamicEnvmapComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DynamicEnvmapComponentData. |
Properties
keyColorEnvmap
groundColorEnvmap
skyColorEnvmap
enable
bool
Static members
typeInfo
The type information for the DynamicEnvmapComponentData type.