C# Class Californium.AssetPreloader

Inheritance: State
显示文件 Open project: DatZach/HumanityAgainstCards

Public Properties

Property Type Description
Completed System.Action

Public Methods

Method Description
AssetPreloader ( List textures, List sounds = null, List fonts = null ) : System

Private Methods

Method Description
Preload ( IEnumerable resources, object>.Func loader ) : void
ThreadMethod ( ) : void

Method Details

AssetPreloader() public method

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

Property Details

Completed public_oe property

public Action,System Completed
return System.Action