Modified Files:
model-howto.html: Document the visible property for the pick animation.
This commit is contained in:
parent
f99de31ad9
commit
e401306d6d
1 changed files with 4 additions and 0 deletions
|
@ -1306,10 +1306,14 @@ the same that you would set in <property-base>.
|
||||||
<p>This animation type is used to execute a command binding when the mouse
|
<p>This animation type is used to execute a command binding when the mouse
|
||||||
is pressed on this particular object. The Commands are the usual bindings
|
is pressed on this particular object. The Commands are the usual bindings
|
||||||
like used elsewhere in flightgear.
|
like used elsewhere in flightgear.
|
||||||
|
<p>The visible property tells if the object should be visible as is. Setting
|
||||||
|
that to false make sense if you have small buttons on the instrument model
|
||||||
|
but you want to have huge active areas for interaction. It defaults to true.
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre><animation>
|
<pre><animation>
|
||||||
<type>pick</type>
|
<type>pick</type>
|
||||||
<object-name>Button</object-name>
|
<object-name>Button</object-name>
|
||||||
|
<visible>true</visible>
|
||||||
<action>
|
<action>
|
||||||
<button>0</button>
|
<button>0</button>
|
||||||
<repeatable>true</repeatable>
|
<repeatable>true</repeatable>
|
||||||
|
|
Loading…
Add table
Reference in a new issue