class_shader - dragonsoulz/godot GitHub Wiki
Shader
####Inherits: Resource ####Category: Core
Brief Description
To be changed, ignore.
Member Functions
- void set_mode ( int mode )
- int get_mode ( ) const
- void set_code ( String vcode, String fcode, String lcode, int fofs=0, int lofs=0 )
- String get_vertex_code ( ) const
- String get_fragment_code ( ) const
- String get_light_code ( ) const
- bool has_param ( String name ) const
Numeric Constants
- MODE_MATERIAL = 0
- MODE_CANVAS_ITEM = 1
- MODE_POST_PROCESS = 2
Description
To be changed, ignore.