Table of Contents

Nullable Method

Nullable<T>(T?)

public static NullableUnityObject<T>? Nullable<T>(this T? self) where T : UnityEngine.Object

Parameters

self T

Returns

NullableUnityObject<T>?

Type Parameters

T