This is used for optional parameters of class Box_TextureId with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_TextureId. Usage:
More...
Public Member Functions | |
| _InOptMut_TextureId (Box_TextureId value) | |
| unsafe | _InOptMut_TextureId (ref TextureId value) |
Static Public Member Functions | |
| static implicit | operator _InOptMut_TextureId (Box_TextureId value) |
Public Attributes | |
| Box_TextureId? | Opt |
This is used for optional parameters of class Box_TextureId with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_TextureId. Usage:
null to use the default argument.new() to pass no object.Box_TextureId/ConstBox_TextureId directly.new(ref ...) to pass a reference to TextureId.