MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clone

Function Clone

Source/Engine/Graphics/Models/ModelInstanceEntry.h:101–104  ·  view source on GitHub ↗

Clones the other buffer data The other buffer to clone.

Source from the content-addressed store, hash-verified

99 /// </summary>
100 /// <param name="other">The other buffer to clone.</param>
101 void Clone(const ModelInstanceEntries* other)
102 {
103 *this = *other;
104 }
105
106 /// <summary>
107 /// Releases the buffer data.

Callers 4

HashSetFunction · 0.85
HashSet.hFile · 0.85
DictionaryFunction · 0.85
Dictionary.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected