Constructor InstantiationParameters
InstantiationParameters(Transform, bool)
Create a new InstantationParameters class that will set the parent transform and use the prefab transform.
선언
public InstantiationParameters(Transform parent, bool instantiateInWorldSpace)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Transform | parent | Transform to set as the parent of the instantiated object. |
bool | instantiateInWorldSpace | Flag to tell the IInstanceProvider whether to set the position and rotation on new instances. |
InstantiationParameters(Vector3, Quaternion, Transform)
Create a new InstantationParameters class that will set the position, rotation, and Transform parent of the instance.
선언
public InstantiationParameters(Vector3 position, Quaternion rotation, Transform parent)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Vector3 | position | Position relative to the parent to set on the instance. |
Quaternion | rotation | Rotation relative to the parent to set on the instance. |
Transform | parent | Transform to set as the parent of the instantiated object. |