Méthode | Description | |
---|---|---|
TextureSet ( ITextureProvider mainTexProvider = null, ITextureProvider aprMapProvider = null, ITextureProvider xysMapProvider = null ) : ColossalFramework | ||
TextureSet ( string mainTexPath = null, string aprMapPath = null, string xysMapPath = null ) : ColossalFramework |
Méthode | Description | |
---|---|---|
TextureSet ( string mainTexPath = null, string aprMapPath = null, string xysMapPath = null, bool isLODSet = false ) : ColossalFramework |
public TextureSet ( ITextureProvider mainTexProvider = null, ITextureProvider aprMapProvider = null, ITextureProvider xysMapProvider = null ) : ColossalFramework | ||
mainTexProvider | ITextureProvider | |
aprMapProvider | ITextureProvider | |
xysMapProvider | ITextureProvider | |
Résultat | ColossalFramework |
public TextureSet ( string mainTexPath = null, string aprMapPath = null, string xysMapPath = null ) : ColossalFramework | ||
mainTexPath | string | |
aprMapPath | string | |
xysMapPath | string | |
Résultat | ColossalFramework |
protected TextureSet ( string mainTexPath = null, string aprMapPath = null, string xysMapPath = null, bool isLODSet = false ) : ColossalFramework | ||
mainTexPath | string | |
aprMapPath | string | |
xysMapPath | string | |
isLODSet | bool | |
Résultat | ColossalFramework |