C# 클래스 AssetPacker, UnityHello

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: woshihuo12/UnityHello 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mAssets Object[]

공개 메소드들

메소드 설명
GetAsset ( string objName ) : Object
GetSprite ( string objName ) : Sprite
GetTexture ( string objName ) : Texture2D

메소드 상세

GetAsset() 공개 메소드

public GetAsset ( string objName ) : Object
objName string
리턴 Object

GetSprite() 공개 메소드

public GetSprite ( string objName ) : Sprite
objName string
리턴 Sprite

GetTexture() 공개 메소드

public GetTexture ( string objName ) : Texture2D
objName string
리턴 UnityEngine.Texture2D

프로퍼티 상세

mAssets 공개적으로 프로퍼티

public Object[] mAssets
리턴 Object[]