My account
Shopping cart
Knowledge base
Support


TxEff XML Description



Overview | Properties | Methods | Events | Patterns | XML | Partial Effects | Base Presets

view a XML sample file (with minimum data to load the TxEff parameters from XML) V3 Component XML standard files you can hold and set the component's properties

The TxEff Component XML basic file structure is the following:

<properties>
   <propertyName>
      <type>propertyDataType</type>
      <value>propertyValue</value>
   </propertyName>
   ...
</properties>


Properties tag / Component properties

All properties that can be set from Component Inspector, can also be set with this V3 XML type of file.
All properties has to be declared like in the following example:

<tweenType>
   <type>String</type>
   <value>Bounce</value>
</tweenType>



Overview | Properties | Methods | Events | Patterns | XML | Partial Effects | Base Presets