[]
Loads a skin from a file.
public static SheetSkin Load(string fileName)
Public Shared Function Load(fileName As String) As SheetSkin
| Type | Name | Description |
|---|---|---|
| string | fileName | Path and file name from which to load the skin |
| Type | Description |
|---|---|
| SheetSkin |
Loads a skin from a stream.
public static SheetSkin Load(Stream stream)
Public Shared Function Load(stream As Stream) As SheetSkin
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream from which to load the skin |
| Type | Description |
|---|---|
| SheetSkin |