A fixed-size array of float of size 4. This is the non-const reference to the struct.
More...
Inheritance diagram for MR.Std.Box_Array_Float_4:Public Member Functions | |
| unsafe | Box_Array_Float_4 (Array_Float_4 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.) | |
| unsafe | Box_Array_Float_4 () |
| Generated default constructor. | |
| unsafe | Box_Array_Float_4 (ConstBox_Array_Float_4 _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_Array_Float_4 _other) |
| Generated copy assignment. | |
Public Member Functions inherited from MR.Std.ConstBox_Array_Float_4 | |
| unsafe | ConstBox_Array_Float_4 (Array_Float_4 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_Array_Float_4 () |
| Generated default constructor. | |
| unsafe | ConstBox_Array_Float_4 (ConstBox_Array_Float_4 _other) |
| Generated copy constructor. | |
Properties | |
| unsafe new ref Array_Float_4 | _Ref [get] |
| Get the underlying struct. | |
| new ref MR.ArrayFloat4 | elems [get] |
Properties inherited from MR.Std.ConstBox_Array_Float_4 | |
| unsafe ref readonly Array_Float_4 | _Ref [get] |
| Get the underlying struct. | |
| ref readonly MR.ArrayFloat4 | elems [get] |
Properties inherited from MR.Misc.Object< ConstBox_Array_Float_4 > | |
| 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. | |
Additional Inherited Members | |
Static Public Member Functions inherited from MR.Std.ConstBox_Array_Float_4 | |
| static implicit | operator ConstBox_Array_Float_4 (Array_Float_4 other) |
Convert from a struct by copying it. Note that only ConstBox_Array_Float_4 has this conversion, Box_Array_Float_4 intentionally doesn't. | |
Protected Member Functions inherited from MR.Std.ConstBox_Array_Float_4 | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< ConstBox_Array_Float_4 > | |
| bool | _IsOwningVal |
A fixed-size array of float of size 4. This is the non-const reference to the struct.