sortOrder

Attribute Information

Used By

Complex Type X3DPickSensorNode

Source

<xs:attribute name="sortOrder" default="CLOSEST">
  <xs:simpleType>
    <xs:restriction base="SFString">
      <xs:enumeration value="ANY"/>
      <xs:enumeration value="CLOSEST"/>
      <xs:enumeration value="ALL"/>
      <xs:enumeration value="ALL_SORTED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample