Struct XrBaseInStructure
Convenience type for iterating (read only).
Inherited Members
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public struct XrBaseInStructure
Constructors
XrBaseInStructure(XrStructureType)
Construct an instance with a null
next pointer.
Declaration
public XrBaseInStructure(XrStructureType type)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | type | The structure type. |
XrBaseInStructure(XrStructureType, void*)
Construct an instance.
Declaration
public XrBaseInStructure(XrStructureType type, void* next)
Parameters
Type | Name | Description |
---|---|---|
XrStructureType | type | The structure type. |
void* | next | The next pointer. |
Properties
next
null
or a pointer to the next structure in a structure chain.
Declaration
public void* next { readonly get; set; }
Property Value
Type | Description |
---|---|
void* |
type
The XrStructureType of this structure.
Declaration
public readonly XrStructureType type { get; }
Property Value
Type | Description |
---|---|
XrStructureType |