Using List of Transforms as SharedVarialbe

YYfim

New member
Hi,
I'm trying to use the List of tranforms as a SharedVariable in my Tree. But can't seem to understand how to use it in code and how to connect it to each node.
Also couldn't find any documentation on it, is there a tutorial or any documentation i've missed?

Thanks,
Yoav
 
The Transform List shared variable is similar to other shared variables:


You can access the value with myVariable.Value.
 
Top