ClosestInstancesScopeStrategyData

Inherits from SoundScopeStrategyData

Summary

Constructors

ClosestInstancesScopeStrategyData()
ClosestInstancesScopeStrategyData(guid: Guid)
ClosestInstancesScopeStrategyData(other: SoundScopeStrategyData)
ClosestInstancesScopeStrategyData(other: DataContainer)

Properties

Name Type
count int

Static members

Name Type
ClosestInstancesScopeStrategyData.typeInfo TypeInformation

Constructors

ClosestInstancesScopeStrategyData

ClosestInstancesScopeStrategyData()

Creates a new ClosestInstancesScopeStrategyData frostbite instance.

ClosestInstancesScopeStrategyData

ClosestInstancesScopeStrategyData(guid: Guid)

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

Parameters

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

ClosestInstancesScopeStrategyData

ClosestInstancesScopeStrategyData(other: SoundScopeStrategyData)

Casts an instance of type SoundScopeStrategyData to ClosestInstancesScopeStrategyData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundScopeStrategyData The instance to cast to ClosestInstancesScopeStrategyData.

ClosestInstancesScopeStrategyData

ClosestInstancesScopeStrategyData(other: DataContainer)

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

Parameters

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

Properties

count

int

Static members

typeInfo

TypeInformation

The type information for the ClosestInstancesScopeStrategyData type.

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