Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public wmXrRuntimeData ptr_runtime;
|
||||
[DNAFieldAttribute(1, "XrSessionSettings", "session_settings", 1000)]
|
||||
public XrSessionSettings session_settings;
|
||||
public wmXrData() {
|
||||
this.ptr_runtime = default;
|
||||
this.session_settings = default;
|
||||
}
|
||||
public wmXrData(wmXrRuntimeData ptr_runtime, XrSessionSettings session_settings) {
|
||||
this.ptr_runtime = ptr_runtime;
|
||||
this.session_settings = session_settings;
|
||||
|
||||
Reference in New Issue
Block a user