AnimatedPointCloudEntityData

Inherits from EntityData

Summary

Constructors

AnimatedPointCloudEntityData()
AnimatedPointCloudEntityData(guid: Guid)
AnimatedPointCloudEntityData(other: EntityData)
AnimatedPointCloudEntityData(other: GameObjectData)
AnimatedPointCloudEntityData(other: GameDataContainer)
AnimatedPointCloudEntityData(other: DataContainer)

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

Realm

pointCloud

AnimatedPointCloudAsset | nil

externalTime

float

startPaused

bool

Static members

typeInfo

TypeInformation

The type information for the AnimatedPointCloudEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)