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

Function GetMesh

Source/Engine/Level/Actors/ModelInstanceActor.h:141–144  ·  view source on GitHub ↗

Resolves a given mesh reference. Mesh reference. Mesh or null if invalid ref.

Source from the content-addressed store, hash-verified

139 /// <param name="ref">Mesh reference.</param>
140 /// <returns>Mesh or null if invalid ref.</returns>
141 virtual MeshBase* GetMesh(const MeshReference& ref) const
142 {
143 return nullptr;
144 }
145
146 /// <summary>
147 /// Gets the mesh deformation utility for this model instance (optional).

Callers 10

HasAnyMeshInitializedMethod · 0.85
GetBoxMethod · 0.85
SetPaintMethod · 0.85
IntersectsItselfMethod · 0.85
DrawPhysicsDebugMethod · 0.85
OnDebugDrawSelectedMethod · 0.85
CreateClothMethod · 0.85
CalculateInvMassesMethod · 0.85
OnPreUpdateMethod · 0.85
RunClothDeformerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected