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

Method GetPhysicsCloth

Source/Engine/Physics/Actors/Cloth.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void* Cloth::GetPhysicsCloth() const
33{
34 return _cloth;
35}
36
37ModelInstanceActor::MeshReference Cloth::GetMesh() const
38{

Callers 1

UpdateClothsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected