class IPhysicsMeshImplementation

Inherits: IReflectable

Low-level interface for a physics mesh, to be implemented by the physics plugin to provide functionality.

Public

Methods

~IPhysicsMeshImplementation

virtual ~IPhysicsMeshImplementation() noexcept = default

GetMeshData

virtual SPtr<MeshData> GetMeshData() const = 0

Returns the mesh's indices and vertices.

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.