docs.unity.cn
    Show / Hide Table of Contents

    Enum SplineInstantiate.Method

    Describe the possible methods to instantiate instances along the spline.

    Namespace: UnityEngine.Splines
    Syntax
    public enum Method

    Fields

    Name Description Value
    InstanceCount

    Use exact number of instances.

    LinearDistance

    Use distance in straight line between 2 instances.

    SpacingDistance

    Use distance along the spline between 2 instances.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use