C# 클래스 Californium.AssetPreloader

상속: State
파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 프로퍼티들

프로퍼티 타입 설명
Completed System.Action

공개 메소드들

메소드 설명
AssetPreloader ( List textures, List sounds = null, List fonts = null ) : System

비공개 메소드들

메소드 설명
Preload ( IEnumerable resources, object>.Func loader ) : void
ThreadMethod ( ) : void

메소드 상세

AssetPreloader() 공개 메소드

public AssetPreloader ( List textures, List sounds = null, List fonts = null ) : System
textures List
sounds List
fonts List
리턴 System

프로퍼티 상세

Completed 공개적으로 프로퍼티

public Action,System Completed
리턴 System.Action