Table of Contents

Method HasItem

Namespace
GrindFest
Assembly
GrindFest.dll

HasItem(Type)

public bool HasItem(Type type)

Parameters

type Type

Returns

bool

HasItem<T>()

public bool HasItem<T>() where T : Component

Returns

bool

Type Parameters

T