C# Class UnityEditor.iOS.Xcode.AssetImageStackLayer

Inheritance: AssetCatalogItem
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetImageSet ( ) : AssetImageSet
ReferencedName ( ) : string
SetReference ( string name ) : void
Write ( List warnings ) : void

Private Methods

Method Description
AssetImageStackLayer ( string assetCatalogPath, string name, string authorId ) : System

Method Details

GetImageSet() public method

public GetImageSet ( ) : AssetImageSet
return AssetImageSet

ReferencedName() public method

public ReferencedName ( ) : string
return string

SetReference() public method

public SetReference ( string name ) : void
name string
return void

Write() public method

public Write ( List warnings ) : void
warnings List
return void