EffectorData: Set clone visibility?
-
Hello,
I am playing around with an
EffectorData
here. Never tried it before. I looked at the examplesNoiseEffector
andDropEffector
in the SDK, but still have a question:How would I set the clones' visibility, like e.g. the Plain Effector, and other effectors, do? I noticed that clones that are made invisible by an effector, are not only invisible but actually removed (no invisible objects are in the hierarchy when I convert the Cloner with "c"). How can I do that?
I don't see any
MODATA_
array for this. Is it done using the flags in theMODATA_FLAGS
array?Thanks in advance!
Cheers,
Frank -
hi,
yes it's done with the flag
MOGENFLAG_CLONE_ON
.Cheers,
Manuel -
Works like a charm, thank you!
Greetings,
Frank