C# Class Fusion.Engine.Graphics.TextureMapBind

Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Свойство Type Description
FallbackPath string
TextureMap TextureMap

Méthodes publiques

Méthode Description
TextureMapBind ( TextureMap textureMap, string fallbackPath ) : System

Method Details

TextureMapBind() public méthode

public TextureMapBind ( TextureMap textureMap, string fallbackPath ) : System
textureMap TextureMap
fallbackPath string
Résultat System

Property Details

FallbackPath public_oe property

public string FallbackPath
Résultat string

TextureMap public_oe property

public TextureMap,Fusion.Engine.Graphics TextureMap
Résultat TextureMap