diagram | |||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:complexType name="X3DPickableObject" abstract="true"> <xs:annotation> <xs:appinfo> <!-- optional values, can be extended --> <xs:attribute name="objectType" type="pickableObjectTypeValues"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Picking"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> The X3DPickableObject abstract interface marks a node as being capable of having customized picking performed on its contents or children. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/picking.html#X3DPickableObject"/> </xs:annotation> <xs:attribute name="objectType" type="MFString" default='"ALL"'/> <xs:attribute name="pickable" type="SFBool" default="true"/> </xs:complexType> |
type | MFString | ||
properties |
|
||
source | <xs:attribute name="objectType" type="MFString" default='"ALL"'/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="pickable" type="SFBool" default="true"/> |