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.


    0
    SpacingDistance

    Use distance along the spline between 2 instances.


    1
    LinearDistance

    Use distance in straight line between 2 instances.


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023