C# 클래스 Spine.Atlas

파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

공개 메소드들

메소드 설명
Atlas ( List pages, List regions ) : System
Atlas ( String path, TextureLoader textureLoader ) : System
Atlas ( TextReader reader, String dir, TextureLoader textureLoader ) : System
Dispose ( ) : void
FindRegion ( String name ) : AtlasRegion

Returns the first region found with the specified name. This method uses string comparison to find the region, so the result should be cached rather than calling this method multiple times.

FlipV ( ) : void

비공개 메소드들

메소드 설명
Load ( TextReader reader, String imagesDir, TextureLoader textureLoader ) : void
ReadFile ( string path, TextureLoader textureLoader ) : Task
ReadTuple ( TextReader reader, String tuple ) : int

Returns the number of tuple values read (1, 2 or 4).

ReadValue ( TextReader reader ) : String

메소드 상세

Atlas() 공개 메소드

public Atlas ( List pages, List regions ) : System
pages List
regions List
리턴 System

Atlas() 공개 메소드

public Atlas ( String path, TextureLoader textureLoader ) : System
path String
textureLoader TextureLoader
리턴 System

Atlas() 공개 메소드

public Atlas ( TextReader reader, String dir, TextureLoader textureLoader ) : System
reader System.IO.TextReader
dir String
textureLoader TextureLoader
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindRegion() 공개 메소드

Returns the first region found with the specified name. This method uses string comparison to find the region, so the result should be cached rather than calling this method multiple times.
public FindRegion ( String name ) : AtlasRegion
name String
리턴 AtlasRegion

FlipV() 공개 메소드

public FlipV ( ) : void
리턴 void