Description:
Retrieve RealtimeDisplayMode instance. If create is set to true then a new instance is created if not found, None is returned for false.
Syntax:
Parameters:
- realtimeViewport
- Type: System.IntPtr
- IntPtr
- create
- Type: bool
- True to create if not found, False to return None if not found.
Returns:
Type: RealtimeDisplayMode
Available since:
6.0
Description:
Retrieve RealtimeDisplayMode instance that the IntPtr refers to.
Syntax:
Parameters:
- realtimeViewport
- Type: System.IntPtr
- IntPtr of the instance searched for. If the instance doesn't exist, a new one is created.
Returns:
Type: RealtimeDisplayMode
Available since:
6.0