Пример #1
0
		public MeshDecodingOptions(TextureManager manager, ErrorLogger logger) {
			this.Manager = manager;
			this.Logger = logger;
		}
Пример #2
0
		// --- constructors ---
		
		public MeshDecodingOptions() {
			this.Manager = null;
			this.Logger = null;
		}