C# Class AssetPacker, UnityHello

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: woshihuo12/UnityHello Class Usage Examples

Méthodes publiques

Свойство Type Description
mAssets Object[]

Méthodes publiques

Méthode Description
GetAsset ( string objName ) : Object
GetSprite ( string objName ) : Sprite
GetTexture ( string objName ) : Texture2D

Method Details

GetAsset() public méthode

public GetAsset ( string objName ) : Object
objName string
Résultat Object

GetSprite() public méthode

public GetSprite ( string objName ) : Sprite
objName string
Résultat Sprite

GetTexture() public méthode

public GetTexture ( string objName ) : Texture2D
objName string
Résultat UnityEngine.Texture2D

Property Details

mAssets public_oe property

public Object[] mAssets
Résultat Object[]