C# Class AtlasData, UGUIPlugin

Inheritance: UnityEngine.ScriptableObject
Show file Open project: l980305284/UGUIPlugin Class Usage Examples

Public Properties

Property Type Description
spDataList List

Public Methods

Method Description
GetSpriteByName ( string name ) : Sprite

Method Details

GetSpriteByName() public method

public GetSpriteByName ( string name ) : Sprite
name string
return Sprite

Property Details

spDataList public property

public List spDataList
return List