Table of Contents

Method Fill

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

Fill<T>(NativeArray<T>, T)

public static void Fill<T>(NativeArray<T> array, T value) where T : struct

Parameters

array NativeArray<T>
value T

Type Parameters

T

Fill<T>(T[], T)

public static void Fill<T>(T[] array, T value)

Parameters

array T[]
value T

Type Parameters

T