(string a_name, UInt64 a_identifierBits, CTransform a_transform)
| 75 | } |
| 76 | |
| 77 | public void SpawnPrefabWithTransform(string a_name, UInt64 a_identifierBits, CTransform a_transform) { |
| 78 | SpawnPrefab(a_name, a_identifierBits); |
| 79 | UploadComponentTransform(a_identifierBits, a_transform); |
| 80 | } |
| 81 | |
| 82 | public void SpawnPrefabWithTransformAndParent(string a_name, UInt64 a_identifierBits, CTransform a_transform, UInt64 a_parentIdentifier) { |
| 83 | SpawnPrefab(a_name, a_identifierBits); |
nothing calls this directly
no outgoing calls
no test coverage detected