C# Class AssetPacker, UnityHello

Inheritance: UnityEngine.ScriptableObject
Datei anzeigen Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
mAssets Object[]

Public Methods

Method Description
GetAsset ( string objName ) : Object
GetSprite ( string objName ) : Sprite
GetTexture ( string objName ) : Texture2D

Method Details

GetAsset() public method

public GetAsset ( string objName ) : Object
objName string
return Object

GetSprite() public method

public GetSprite ( string objName ) : Sprite
objName string
return Sprite

GetTexture() public method

public GetTexture ( string objName ) : Texture2D
objName string
return UnityEngine.Texture2D

Property Details

mAssets public_oe property

public Object[] mAssets
return Object[]