AirVent.xml 887 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <path>airvent.ac</path>
  4. <animation>
  5. <type>translate</type>
  6. <object-name>AirVent</object-name>
  7. <property>sim/Aircraft/R44/airvent</property>
  8. <factor>-0.025</factor>
  9. <axis>
  10. <x>1</x>
  11. <y>0.0</y>
  12. <z>0.0</z>
  13. </axis>
  14. </animation>
  15. <animation>
  16. <type>slider</type>
  17. <object-name>AirVent</object-name>
  18. <visible>true</visible>
  19. <drag-direction>vertical</drag-direction>
  20. <action>
  21. <binding>
  22. <command>property-adjust</command>
  23. <property>sim/Aircraft/R44/airvent</property>
  24. <factor>0.05</factor>
  25. <min>0</min>
  26. <max>1</max>
  27. <wrap>0</wrap>
  28. </binding>
  29. </action>
  30. </animation>
  31. </PropertyList>