<?xml version="1.0" encoding="UTF-8"?>

<!--
    IBICMipmapSetInspector.inspector
    IDEInterfaceBuilder

    Created by Jon Hess on 12/14/12.
    Copyright 2012 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <chooser title="Mipmap Levels" type="number" keyPath="localContentController.selection.ibInspectedLevelMode">
            <choice value="0" title="None" />
            <choice value="1" title="All"/>
            <choice value="2" title="Fixed">
                <sliver>
                    <property type="number" title="Number of Levels" minimum="1.0" maximum="16.0" formatStyle="integer" keyPath="localContentController.selection.ibInspectedNumberOfLevels"/>
                </sliver>
            </choice>
        </chooser>
        <include xmlGeneratingMethod="generatePixelFormatPopUp:" xmlGeneratingClass="IBICAbstractTextureSet"/>
    </section>
    <section visibleKeyPath="localContentController.selection.ibInspectedIsContainedInFlatTextureSet">
        <include xmlGeneratingMethod="generateSlotSlivers:" slotClass="IBICFlatTextureSetRepSlot"/>
    </section>
    <section visibleKeyPath="localContentController.selection.ibInspectedIsContainedInCubeTextureSet">
        <include xmlGeneratingMethod="generateSlotSlivers:" slotClass="IBICCubeTextureSetRepSlot"/>
    </section>
</slice>
