docs.unity3d.com
    目次を表示する/隠す

    Constructor InstantiationParameters

    InstantiationParameters(Transform, Boolean)

    Create a new InstantationParameters class that will set the parent transform and use the prefab transform.

    Declaration
    public InstantiationParameters(Transform parent, bool instantiateInWorldSpace)
    Parameters
    Type Name Description
    Transform parent

    Transform to set as the parent of the instantiated object.

    Boolean 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.

    Declaration
    public InstantiationParameters(Vector3 position, Quaternion rotation, Transform parent)
    Parameters
    Type Name Description
    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.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)