update
This commit is contained in:
13
script_logic_talk/property/Sources/lnx/ReadConfig.hx
Normal file
13
script_logic_talk/property/Sources/lnx/ReadConfig.hx
Normal file
@ -0,0 +1,13 @@
|
||||
package lnx;
|
||||
|
||||
class ReadConfig extends iron.Trait {
|
||||
public function new() {
|
||||
super();
|
||||
|
||||
notifyOnInit(function() {
|
||||
// Retrieve property set from logic nodes
|
||||
var prop = iron.Scene.global.properties.get("test");
|
||||
trace(prop);
|
||||
});
|
||||
}
|
||||
}
|
||||
BIN
script_logic_talk/property/property.blend
Normal file
BIN
script_logic_talk/property/property.blend
Normal file
Binary file not shown.
Reference in New Issue
Block a user