AnimatedPointCloudAsset

Inherits from Asset

Summary

Constructors

AnimatedPointCloudAsset()
AnimatedPointCloudAsset(guid: Guid)
AnimatedPointCloudAsset(other: Asset)
AnimatedPointCloudAsset(other: DataContainer)

Static members

Name Type
AnimatedPointCloudAsset.typeInfo TypeInformation

Constructors

AnimatedPointCloudAsset

AnimatedPointCloudAsset()

Creates a new AnimatedPointCloudAsset frostbite instance.

AnimatedPointCloudAsset

AnimatedPointCloudAsset(guid: Guid)

Creates a new AnimatedPointCloudAsset frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

AnimatedPointCloudAsset

AnimatedPointCloudAsset(other: Asset)

Casts an instance of type Asset to AnimatedPointCloudAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to AnimatedPointCloudAsset.

AnimatedPointCloudAsset

AnimatedPointCloudAsset(other: DataContainer)

Casts an instance of type DataContainer to AnimatedPointCloudAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to AnimatedPointCloudAsset.

Static members

typeInfo

TypeInformation

The type information for the AnimatedPointCloudAsset type.

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