MCPcopy Create free account
hub / github.com/TanTanDev/runity / SpawnPrefabWithTransform

Method SpawnPrefabWithTransform

unity/Runity/World.cs:77–80  ·  view source on GitHub ↗
(string a_name, UInt64 a_identifierBits, CTransform a_transform)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected