RaySupreme Script API
 All Data Structures Functions Pages
Public Member Functions
NodeDescriptor Class Reference

Public Member Functions

string path (void)
 
string uuid (void)
 
string caption (void)
 

Detailed Description

The NodeDescriptor class provides details about the Node. Different Node types are identified by either it's path or uuid, both are unique identifiers for the given Node type.

Member Function Documentation

string NodeDescriptor::caption ( void  )

Returns a descriptive name of the Node type of the Node.

Returns
A descriptive name, like "Transform".
string NodeDescriptor::path ( void  )

Returns the path of the Node. Can be used as a unique identifier for the Node type.

Returns
The path of the Node.
string NodeDescriptor::uuid ( void  )

Returns the uuid of the Node. Can be used as a unique identifier for the Node type.

Returns
The uuid of the Node.