docs.unity.cn
    Show / Hide Table of Contents

    Class LoftRoadBehaviour

    Inheritance
    Object
    LoftRoadBehaviour
    Namespace: Unity.Splines.Examples
    Syntax
    public class LoftRoadBehaviour : MonoBehaviour

    Properties

    mesh

    Declaration
    public Mesh mesh { get; }
    Property Value
    Type Description
    Mesh

    segmentsPerMeter

    Declaration
    public int segmentsPerMeter { get; }
    Property Value
    Type Description
    Int32

    spline

    Declaration
    public Spline spline { get; }
    Property Value
    Type Description
    Spline

    Methods

    Loft()

    Declaration
    public void Loft()

    OnDisable()

    Declaration
    public void OnDisable()

    OnEnable()

    Declaration
    public void OnEnable()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, April 4, 2022
    Terms of use