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

Function GetModelBase

Source/Engine/Graphics/Models/MeshBase.h:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 /// Gets the model owning this mesh.
78 /// </summary>
79 API_PROPERTY() FORCE_INLINE ModelBase* GetModelBase() const
80 {
81 return _model;
82 }
83
84 /// <summary>
85 /// Gets the mesh parent LOD index.

Callers 4

DownloadBufferMethod · 0.85
DownloadDataCPUMethod · 0.85
DownloadIndexBufferMethod · 0.85
DownloadBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected