Skip to content

Setting a Property

Nectunia edited this page Oct 2, 2020 · 4 revisions

warning To be able to set a Property you have to create at least one Tag before.

There are two ways to set Property component :

Manualy

The initial Property's value is set manualy and won't be synhronized with any other object.

Set a Property with manual value

Linked to another component

The Property's value is link to an existing value in another component. Both values will be synchronized at runtime.
In this case we have two possibilities to initialize the Property's value.

  1. The Property's value is sourced from the other value => Component_Master

Set a Property from a component

  1. The Property's value is set manualy and will define the other value => Component_Slave

Set a Property from a component

In both case, the Property's value will be synchronized at runtime with the other value as follow :

  • The Property's value has changed => Update the other value with the Property's value.
  • The other value has changed => Update the Property's value with the other value.