C# Class THREE.TextureLoader

Afficher le fichier Open project: guidovanhilst/SharpThreejs

Méthodes publiques

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

Method Details

load() public méthode

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