C# Class THREE.TextureLoader

Datei anzeigen Open project: guidovanhilst/SharpThreejs

Public Methods

Method Description
load ( string resource, OnLoadTexture onLoad, OnProgress progress = null, OnProgress error = null ) : Texture

Method Details

load() public method

public load ( string resource, OnLoadTexture onLoad, OnProgress progress = null, OnProgress error = null ) : Texture
resource string
onLoad OnLoadTexture
progress OnProgress
error OnProgress
return Texture