<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBQuartzComposer.plugindata
    IDEInterfaceBuilderCocoa

    Created by Rob Marini on 2010/07/22
    Copyright 2010 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Composition">
            <property type="action" title="Load Composition" selector="loadComposition:"/>
            <property type="action" title="Unload Composition" selector="unloadComposition:"/>
        </sliver>
        <sliver title="Options">
            <property type="number" title="Frames Per Second" formatStyle="decimal" minimum="0" maximum="60" keyPath="inspectedObjectsController.selection.object.maxRenderingFrameRate"/>
            <property type="boolean" title="Forwards All Events" keyPath="inspectedObjectsController.selection.object.eventForwarding"/>
            <property type="boolean" title="Start Playing Automatically" keyPath="inspectedObjectsController.selection.object.autostartsRendering"/>
            <property type="ib-named-color" keyPath="inspectedObjectsController.selection.object.eraseColor"/>
        </sliver>
    </section>
</slice>
