...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
None
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This command copies the translation from a marker called "STRN" to |
...
// another scene object called "Prop1". |
...
copyData "STRN.Translation" "Prop1.Translation"; |
...
...
// This command copies the translation from a marker called "STRN" to |
...
// 2 other scene objects called "Prop2" and "Prop3". |
...
copyData "STRN.Translation" "Prop2.Translation" "Prop3.Translation"; |
Additional information
Related commands
...