Uses of Class
org.blender.dna.XrSessionSettings
-
Packages that use XrSessionSettings Package Description org.blender.dna -
-
Uses of XrSessionSettings in org.blender.dna
Methods in org.blender.dna that return XrSessionSettings Modifier and Type Method Description XrSessionSettings
wmXrData. getSession_settings()
Get method for struct member 'session_settings'.Methods in org.blender.dna that return types with arguments of type XrSessionSettings Modifier and Type Method Description CPointer<XrSessionSettings>
XrSessionSettings. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type XrSessionSettings Modifier and Type Method Description void
wmXrData. setSession_settings(XrSessionSettings session_settings)
Set method for struct member 'session_settings'.Constructors in org.blender.dna with parameters of type XrSessionSettings Constructor Description XrSessionSettings(XrSessionSettings that)
-