From cc37d43f861b2fd4c3c5d5fbaf7186bf5c30d35f Mon Sep 17 00:00:00 2001 From: BastiaanOlij Date: Sun, 8 Oct 2017 00:51:17 +1100 Subject: Redoing the ARVR GDNative interface as module and tighter implementation --- .../gdnative/doc_classes/ARVRInterfaceGDNative.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml (limited to 'modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml') diff --git a/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml b/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml new file mode 100644 index 000000000..74f71ff60 --- /dev/null +++ b/modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml @@ -0,0 +1,26 @@ + + + + GDNative wrapper for an ARVR interface + + + This is a wrapper class for GDNative implementations of the ARVR interface. To use a GDNative ARVR interface simply instantiate this object and set your GDNative library containing the ARVR interface implementation. + + + + + + + + + + + + + Bind this GDNative library to our interface. The library must be a GDNative ARVR Interface for this to work. + + + + + + -- cgit v1.3.1