C# 클래스 UnityEditor.iOS.Xcode.AssetImageStackLayer

상속: AssetCatalogItem
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetImageSet ( ) : AssetImageSet
ReferencedName ( ) : string
SetReference ( string name ) : void
Write ( List warnings ) : void

비공개 메소드들

메소드 설명
AssetImageStackLayer ( string assetCatalogPath, string name, string authorId ) : System

메소드 상세

GetImageSet() 공개 메소드

public GetImageSet ( ) : AssetImageSet
리턴 AssetImageSet

ReferencedName() 공개 메소드

public ReferencedName ( ) : string
리턴 string

SetReference() 공개 메소드

public SetReference ( string name ) : void
name string
리턴 void

Write() 공개 메소드

public Write ( List warnings ) : void
warnings List
리턴 void