You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include at least one code snippet, for example like this:
import{Behaviour,serializable}from"@needle-tools/engine"import{Object3D}from"three"exportclassMyComponentextendsBehaviour{
@serializable(Object3D)myObjectReference?: Object3D;start(){console.log("Hello world",this);}update(){// called every frame}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is mostly a basic example on how to contribute. It will then be added on our documentation contributions page: https://engine.needle.tools/docs/community/contributions
Please include at least one code snippet, for example like this:
Beta Was this translation helpful? Give feedback.
All reactions