You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00: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