mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Add depth function for spatial materials
This commit is contained in:
@@ -937,6 +937,13 @@ public:
|
||||
options.push_back(p_arg5);
|
||||
options.push_back(p_arg6);
|
||||
}
|
||||
|
||||
ModeInfo(const StringName &p_name, std::initializer_list<StringName> p_args) :
|
||||
name(p_name) {
|
||||
for (const StringName &arg : p_args) {
|
||||
options.push_back(arg);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
struct FunctionInfo {
|
||||
|
||||
Reference in New Issue
Block a user