Table of Contents

Method Get

Namespace
GrindFest.Content
Assembly
GrindFest.dll

Get<T>(string)

Fail-fast accessor: a missing asset in a resident tier is a bug, not a hiccup.

public static T Get<T>(string address) where T : Object

Parameters

address string

Returns

T

Type Parameters

T