stores unique identifier of a viewport, which is power of two; id=0 has a special meaning of default viewport in some contexts Generated from class MR.ViewportId. This is the const reference to the struct.
More...
|
|
unsafe | ConstBox_ViewportId (ViewportId other) |
| | Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | ConstBox_ViewportId (ConstBox_ViewportId _other) |
| | Generated copy constructor.
|
| |
|
unsafe | ConstBox_ViewportId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | ConstBox_ViewportId (uint i) |
| | Generated from constructor MR.ViewportId.ViewportId.
|
| |
|
unsafe uint | value () |
| | Generated from method MR.ViewportId.value.
|
| |
|
unsafe bool | valid () |
| | Generated from method MR.ViewportId.valid.
|
| |
|
unsafe bool | less (MR.ViewportId b) |
| | Generated from method MR.ViewportId.operator<.
|
| |
|
unsafe MR.ViewportId | next () |
| | Generated from method MR.ViewportId.next.
|
| |
|
unsafe MR.ViewportId | prev () |
| | Generated from method MR.ViewportId.prev.
|
| |
|
bool | Equals (MR.ViewportId b) |
| |
|
override bool | Equals (object? other) |
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe ref readonly ViewportId | _Ref [get] |
| | Get the underlying struct.
|
| |
|
ref readonly uint | id [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
stores unique identifier of a viewport, which is power of two; id=0 has a special meaning of default viewport in some contexts Generated from class MR.ViewportId. This is the const reference to the struct.
The documentation for this class was generated from the following file: