ClosestInstancesScopeStrategyData
Inherits from SoundScopeStrategyData
Summary
Constructors
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
The type information for the ClosestInstancesScopeStrategyData type.