gubebraG
Normal2y ago
gubebra

What can I do if I have dependency between RealtimeProperty?

Lets say I have a model with two properties:
[RealtimeProperty(1, true, true)] private string _text;
[RealtimeProperty(2, true, true)] private float _duration;

I want to display the text with a certain duration, but how can I make sure that I have the text synced when duration changes or vice versa?
Was this page helpful?