mirror of
https://github.com/godotengine/godot-headers.git
synced 2025-12-31 01:49:36 +03:00
Godot master 20190430
This commit is contained in:
24
api.json
24
api.json
@@ -98324,6 +98324,12 @@
|
||||
{
|
||||
"name": "transform",
|
||||
"type": "Transform2D",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
},
|
||||
{
|
||||
"name": "arg3",
|
||||
"type": "bool",
|
||||
"has_default_value": true,
|
||||
"default_value": "((1, 0), (0, 1), (0, 0))"
|
||||
}
|
||||
@@ -99068,6 +99074,12 @@
|
||||
{
|
||||
"name": "transform",
|
||||
"type": "Transform2D",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
},
|
||||
{
|
||||
"name": "arg3",
|
||||
"type": "bool",
|
||||
"has_default_value": true,
|
||||
"default_value": "((1, 0), (0, 1), (0, 0))"
|
||||
}
|
||||
@@ -103287,6 +103299,12 @@
|
||||
{
|
||||
"name": "transform",
|
||||
"type": "Transform",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
},
|
||||
{
|
||||
"name": "arg3",
|
||||
"type": "bool",
|
||||
"has_default_value": true,
|
||||
"default_value": "1, 0, 0, 0, 1, 0, 0, 0, 1 - 0, 0, 0"
|
||||
}
|
||||
@@ -104000,6 +104018,12 @@
|
||||
{
|
||||
"name": "transform",
|
||||
"type": "Transform",
|
||||
"has_default_value": false,
|
||||
"default_value": ""
|
||||
},
|
||||
{
|
||||
"name": "arg3",
|
||||
"type": "bool",
|
||||
"has_default_value": true,
|
||||
"default_value": "1, 0, 0, 0, 1, 0, 0, 0, 1 - 0, 0, 0"
|
||||
}
|
||||
|
||||
@@ -63,6 +63,7 @@ typedef struct {
|
||||
void (*process)(void *);
|
||||
// only in 1.1 onwards
|
||||
godot_int (*get_external_texture_for_eye)(void *, godot_int);
|
||||
void (*notification)(godot_int);
|
||||
} godot_arvr_interface_gdnative;
|
||||
|
||||
void GDAPI godot_arvr_register_interface(const godot_arvr_interface_gdnative *p_interface);
|
||||
|
||||
Reference in New Issue
Block a user