TryGetData<T>(out T)
Test and return a piece of typed data if this ProcessorInstance.AvailableData.Element matches the type given.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
TryGetData<T>(T)
public bool TryGetData<T>(out T data) where T : unmanaged
Parameters
Returns
Type | Description |
|---|---|
| bool | Whether this ProcessorInstance.AvailableData.Element is of the same type as |
Remarks
Additional Resources: ProcessorInstance.AvailableData