BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

Added feature for assigning node in inspector #397

Closed BradlyBarnacles closed 1 year ago

BradlyBarnacles commented 1 year ago

to test add the following to a script

    @visibleInInspector("Node")
    private node: Nullable<Node>;

works with drag and drop from graph/hierarchy component