Table of Contents

Method Sprite

Namespace
GrindFest
Assembly
GrindFest.dll

Sprite(string, string)

A Sprite that lives inside a sheet (atlas / layered psd) addressed as a whole asset, e.g. Sprite("Assets/…/fg4_icons_01.psd", "fg4_icons_shield").

public static Sprite Sprite(string sheetAddress, string spriteName)

Parameters

sheetAddress string
spriteName string

Returns

Sprite