MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_ChangeMeshTexturePerFaceAction Class Reference

Undo action for ObjectMeshHolder texturePerFace change Generated from class MR.ChangeMeshTexturePerFaceAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ChangeMeshTexturePerFaceAction:

Classes

struct  _Underlying
 
struct  _UnderlyingShared
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ChangeMeshTexturePerFaceAction (MR._ByValue_ChangeMeshTexturePerFaceAction _other)
 Generated from constructor MR.ChangeMeshTexturePerFaceAction.ChangeMeshTexturePerFaceAction.
 
unsafe Const_ChangeMeshTexturePerFaceAction (string name, MR.Const_ObjectMeshHolder obj)
 use this constructor to remember object's texturePerFace data before making any changes in them Generated from constructor MR.ChangeMeshTexturePerFaceAction.ChangeMeshTexturePerFaceAction.
 
unsafe Const_ChangeMeshTexturePerFaceAction (string name, MR.Const_ObjectMeshHolder obj, MR.Misc._Moved< MR.TexturePerFace > newTexturePerFace)
 use this constructor to remember object's texturePerFace data and immediate set new value Generated from constructor MR.ChangeMeshTexturePerFaceAction.ChangeMeshTexturePerFaceAction.
 
unsafe MR.Std.String name ()
 Generated from method MR.ChangeMeshTexturePerFaceAction.name.
 
unsafe ulong heapBytes ()
 Generated from method MR.ChangeMeshTexturePerFaceAction.heapBytes.
 

Static Public Member Functions

static unsafe implicit operator MR.Const_HistoryAction (Const_ChangeMeshTexturePerFaceAction self)
 
static unsafe operator Const_ChangeMeshTexturePerFaceAction? (MR.Const_HistoryAction parent)
 
static unsafe void setObjectDirty (MR.Const_ObjectMeshHolder obj)
 Generated from method MR.ChangeMeshTexturePerFaceAction.setObjectDirty.
 

Protected Member Functions

unsafe void _LateMakeShared (_Underlying *ptr)
 
virtual unsafe void Dispose (bool disposing)
 

Properties

override unsafe bool _IsOwning [get]
 Check if the underlying shared pointer is owning or not.
 
- Properties inherited from MR.Misc.SharedObject< Const_ChangeMeshTexturePerFaceAction >
override bool _IsOwning [get]
 This checks if the shared_ptr itself is owning or not, rather than whether we own our shared_ptr, which isn't a given. The derived classes have to implement this, since it depends on the specific shared_ptr type.
 
bool _IsOwningSharedPtr [get]
 This checks if we own the underlying shared_ptr instance, regardless of whether it owns the underlying object, which is orthogonal. We repurpose _IsOwningVal for this.
 

Detailed Description

Undo action for ObjectMeshHolder texturePerFace change Generated from class MR.ChangeMeshTexturePerFaceAction. Base classes: Direct: (non-virtual) MR.HistoryAction This is the const half of the class.


The documentation for this class was generated from the following file: