docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method PlaceSceneObjects

    PlaceSceneObjects(IUsesPlaceSceneObjects, Transform[], Vector3[], Quaternion[], Vector3[])

    Method used to place groups of objects in the scene/MiniWorld

    Declaration
    public static void PlaceSceneObjects(this IUsesPlaceSceneObjects user, Transform[] transforms, Vector3[] targetPositionOffsets, Quaternion[] targetRotations, Vector3[] targetScales)
    Parameters
    Type Name Description
    IUsesPlaceSceneObjects user

    The functionality user

    Transform[] transforms

    Array of Transforms to place

    Vector3[] targetPositionOffsets

    Array of per-object target positions

    Quaternion[] targetRotations

    Array of per-object target rotations

    Vector3[] targetScales

    Array of per-object target scales

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)