create_shader_from_class
Creates a new shader instance. The new shader instance implicitly uses the default values for the input parameters as specified in the shader class. The created instance does not initially contain any attributes and these will need to be created in the usual way before they can be modified.
arguments
-
"privacy_level" : Uint8 (default: null)
The privacy level to create the shader at. [0...255]. If not provided uses the current scopes privacy level.
-
"shader_class_name" : String
The name of the corresponding shader class.This name must be the full database name of the shader class, including namespace.
-
"shader_name" : String
The name of the to be created shader.This name must be the full database name of the shader, including namespace.