Summary
Instantiates a
Prefab
that contains a single Entity
and applies a transform.
- Namespace
- StrideToolkit
.Engine - Containing Type
- PrefabExtensions
Syntax
public static Entity InstantiateSingle(this Prefab prefab, ref Vector3 translation, ref Quaternion rotation)
Parameters
Name | Type | Description |
---|---|---|
prefab | Prefab | The Prefab to instantiate. |
translation | Vector3 | The Vector3 to translate the entity by. |
rotation | Quaternion | The Quaternion to rotate the entity by. |
Return Value
Type | Description |
---|---|
Entity | The instatiated and translated Entity . |