 winter_dev0001 Registered User |
Quote
|
2025-07-04 11:25:37 |
|
Greetings.
Is it possible to add basic CopperCube behaveiours to a Scene node created with editorAddSceneNode?
|
 guest Guest |
Quote
|
2025-07-04 20:44:03 |
|
no, there is no way to do that. you can only change the properties of the nodes you add. position, rotation, scale, materials, etc. most people copy/paste the behaviors of one node onto the added nodes, i guess. of course, you can add whatever code you want to a node if you generate/clone it during runtime, but that isn't using cc's behaviors/actions at all, just pure scripting.
|
 guest_Winter_dev Guest |
Quote
|
2025-07-06 00:06:16 |
|
Thank you for your reply!
|
 guest Guest |
Quote
|
2025-07-06 01:12:39 |
|
welcome!
|