VisualShaderNodeGroupBase
Inherits: VisualShaderNodeResizableBase < VisualShaderNode < Resource < RefCounted < Object
Inherited By: VisualShaderNodeExpression
There is currently no description for this class. Please help us by contributing one!
Methods
void |
add_input_port ( int id, int type, String name ) |
void |
add_output_port ( int id, int type, String name ) |
void |
|
void |
|
get_free_input_port_id ( ) const |
|
get_free_output_port_id ( ) const |
|
get_input_port_count ( ) const |
|
get_inputs ( ) const |
|
get_output_port_count ( ) const |
|
get_outputs ( ) const |
|
has_input_port ( int id ) const |
|
has_output_port ( int id ) const |
|
is_valid_port_name ( String name ) const |
|
void |
remove_input_port ( int id ) |
void |
remove_output_port ( int id ) |
void |
set_input_port_name ( int id, String name ) |
void |
set_input_port_type ( int id, int type ) |
void |
set_inputs ( String inputs ) |
void |
set_output_port_name ( int id, String name ) |
void |
set_output_port_type ( int id, int type ) |
void |
set_outputs ( String outputs ) |
Method Descriptions
void add_input_port ( int id, int type, String name )
There is currently no description for this method. Please help us by contributing one!
void add_output_port ( int id, int type, String name )
There is currently no description for this method. Please help us by contributing one!
void clear_input_ports ( )
There is currently no description for this method. Please help us by contributing one!
void clear_output_ports ( )
There is currently no description for this method. Please help us by contributing one!
int get_free_input_port_id ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_free_output_port_id ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_input_port_count ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_inputs ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_output_port_count ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_outputs ( ) const
There is currently no description for this method. Please help us by contributing one!
bool has_input_port ( int id ) const
There is currently no description for this method. Please help us by contributing one!
bool has_output_port ( int id ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_port_name ( String name ) const
There is currently no description for this method. Please help us by contributing one!
void remove_input_port ( int id )
There is currently no description for this method. Please help us by contributing one!
void remove_output_port ( int id )
There is currently no description for this method. Please help us by contributing one!
void set_input_port_name ( int id, String name )
There is currently no description for this method. Please help us by contributing one!
void set_input_port_type ( int id, int type )
There is currently no description for this method. Please help us by contributing one!
void set_inputs ( String inputs )
There is currently no description for this method. Please help us by contributing one!
void set_output_port_name ( int id, String name )
There is currently no description for this method. Please help us by contributing one!
void set_output_port_type ( int id, int type )
There is currently no description for this method. Please help us by contributing one!
void set_outputs ( String outputs )
There is currently no description for this method. Please help us by contributing one!