Struct XrEventDataSessionStateChanged
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrEventDataSessionStateChanged
Constructors
XrEventDataSessionStateChanged(XrStructureType, IntPtr, XrSession, XrSessionState, XrTime)
Declaration
public XrEventDataSessionStateChanged(XrStructureType in_type, IntPtr in_next, XrSession in_session, XrSessionState in_state, XrTime in_time)
Parameters
Fields
next
NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR.
Declaration
Field Value
session
The XrSession which has changed state.
Declaration
Field Value
state
Declaration
public XrSessionState state
Field Value
time
An XrTime which indicates the time of the state change.
Declaration
Field Value
type
The XrStructureType of this structure.
Declaration
public XrStructureType type
Field Value
Properties
identity
Declaration
public static XrEventDataSessionStateChanged identity { get; }
Property Value
Methods
Get(XrEventDataBuffer, out XrEventDataSessionStateChanged)
Declaration
public static bool Get(XrEventDataBuffer eventDataBuffer, out XrEventDataSessionStateChanged eventDataSessionStateChanged)
Parameters
Returns