Back to Mover page.
Autogenerated Tag Syntax Documentation:
Implements a simple IF (filter(pose)) THEN true_mover(pose) ELSE false_mover(pose). If not using the logic option, true_mover is required, false_mover is not. Both movers default to null.
<If name="(&string;)" logic="(&string;)" value="(&xs:boolean;)"
filter_name="(&string;)" true_mover_name="(null &string;)"
false_mover_name="(null &string;)" />
if x : y else z
This corresponds to filter_name,true_mover_name,false_mover_name. Use null for do nothing. not is also accepted so - if not x : y else z