Script
Description:
[ CCode ( has_construct_function = false ) ]
public Script ()
Creates a new Script instance.
Script can be used to load objects definitions for scenegraph elements, like
actors, or behavioural elements, like behaviours and timelines. The definitions must be encoded using the JavaScript Object Notation (JSON)
language.
Returns:
the newly created Script instance. Use
unref when done.
|