| 35 | } |
| 36 | |
| 37 | ModelInstanceActor::MeshReference Cloth::GetMesh() const |
| 38 | { |
| 39 | auto value = _mesh; |
| 40 | value.Actor = Cast<ModelInstanceActor>(GetParent()); // Force to use cloth's parent only |
| 41 | return value; |
| 42 | } |
| 43 | |
| 44 | void Cloth::SetMesh(const ModelInstanceActor::MeshReference& value) |
| 45 | { |
nothing calls this directly
no test coverage detected