This method retrieves an entity from the scene, given the entity's UUID.
Entity GetEntity(string uuid)
Paramater | Description |
---|---|
uuid | the entity UUID to search for, retrieved with Entity:GetUuid |
If an entity with a matching UUID is present in the scene it is returned, otherwise nil is retuened.