Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void* Cloth::GetPhysicsCloth() const
33
{
34
return _cloth;
35
}
36
37
ModelInstanceActor::MeshReference Cloth::GetMesh() const
38
{
Callers
1
UpdateCloths
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected