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