User Tools

Site Tools


dragengine:modules:dragonscript:behavior_vrhandpose

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
dragengine:modules:dragonscript:behavior_vrhandpose [2025/05/14 10:38] dragonlorddragengine:modules:dragonscript:behavior_vrhandpose [2025/05/14 10:38] (current) dragonlord
Line 317: Line 317:
     <!-- required: use vr hand with id. -->     <!-- required: use vr hand with id. -->
     <string name='vrHand'>right</string>     <string name='vrHand'>right</string>
 +    
 +    <!-- optional: add behavior trees. default adds all behavior trees. -->
 +    <list name='behaviorTrees'>
 +      <string/> <!-- add behavior with empty identifier -->
 +      <string>default</string> <!-- add behavior with 'default' identifier -->
 +    </list>
 +    
 +    <!-- optional: add state machines. default adds all state machines. -->
 +    <list name='stateMachines'>
 +      <string/> <!-- add behavior with empty identifier -->
 +      <string>default</string> <!-- add behavior with 'default' identifier -->
 +    </list>
          
     <!-- set element properties. omit property prefix if used inside behavior tag -->     <!-- set element properties. omit property prefix if used inside behavior tag -->
     <float name='.fingerTipDistance'>0.15</float>     <float name='.fingerTipDistance'>0.15</float>
   </behavior>   </behavior>
-   
-  <!-- optional: add behavior trees. default adds all behavior trees. --> 
-  <list name='behaviorTrees'> 
-    <string/> <!-- add behavior with empty identifier --> 
-    <string>default</string> <!-- add behavior with 'default' identifier --> 
-  </list> 
-   
-  <!-- optional: add state machines. default adds all state machines. --> 
-  <list name='stateMachines'> 
-    <string/> <!-- add behavior with empty identifier --> 
-    <string>default</string> <!-- add behavior with 'default' identifier --> 
-  </list> 
          
   <!-- for adding multiple behaviors use unique identifiers -->   <!-- for adding multiple behaviors use unique identifiers -->
dragengine/modules/dragonscript/behavior_vrhandpose.txt · Last modified: 2025/05/14 10:38 by dragonlord