public class wmXrData extends CFacade
#ifdef WITH_XR_OPENXR
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__runtime
Field descriptor (offset) for struct member 'runtime'.
|
static long[] |
__DNA__FIELD__session_settings
Field descriptor (offset) for struct member 'session_settings'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct wmXrData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
wmXrData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
wmXrData(wmXrData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<wmXrData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getRuntime()
Get method for struct member 'runtime'.
|
XrSessionSettings |
getSession_settings()
Get method for struct member 'session_settings'.
|
void |
setRuntime(CPointer<java.lang.Object> runtime)
Set method for struct member 'runtime'.
|
void |
setSession_settings(XrSessionSettings session_settings)
Set method for struct member 'session_settings'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for wmXrData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__runtime
Runtime information for managing Blender specific behaviors.
This is how you get a reference on the corresponding field in the struct:
wmXrData wmxrdata = ...; CPointer<Object> p = wmxrdata.__dna__addressof(wmXrData.__DNA__FIELD__runtime); CPointer<CPointer<Object>> p_runtime = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__session_settings
Permanent session settings (draw mode, feature toggles, etc). Stored in files and accessible even before the session runs.
This is how you get a reference on the corresponding field in the struct:
wmXrData wmxrdata = ...; CPointer<Object> p = wmxrdata.__dna__addressof(wmXrData.__DNA__FIELD__session_settings); CPointer<XrSessionSettings> p_session_settings = p.cast(new Class[]{XrSessionSettings.class});
public wmXrData(long __address, Block __block, BlockTable __blockTable)
protected wmXrData(wmXrData that)
public CPointer<java.lang.Object> getRuntime() throws java.io.IOException
Runtime information for managing Blender specific behaviors.
java.io.IOException
__DNA__FIELD__runtime
public void setRuntime(CPointer<java.lang.Object> runtime) throws java.io.IOException
Runtime information for managing Blender specific behaviors.
java.io.IOException
__DNA__FIELD__runtime
public XrSessionSettings getSession_settings() throws java.io.IOException
Permanent session settings (draw mode, feature toggles, etc). Stored in files and accessible even before the session runs.
java.io.IOException
__DNA__FIELD__session_settings
public void setSession_settings(XrSessionSettings session_settings) throws java.io.IOException
Permanent session settings (draw mode, feature toggles, etc). Stored in files and accessible even before the session runs.
java.io.IOException
__DNA__FIELD__session_settings