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