this Property
- Namespace
- SatorImaging.UnityFundamentals
this[int]
public ReadOnlySpan<T> this[int index] { get; }
You can take non-readonly view by using GetSpanUnsafe(int, out Span<T>).
Parameters
index
int
Property Value
- ReadOnlySpan<T>
public ReadOnlySpan<T> this[int index] { get; }
You can take non-readonly view by using GetSpanUnsafe(int, out Span<T>).
index
int