Search Results for

    Show / Hide Table of Contents

    Class RoadNetworkEditorGizmos

    道路ネットワークの編集機能のギズモを描画する

    Inheritance
    System.Object
    RoadNetworkEditorGizmos
    Namespace: PLATEAU.RoadNetwork
    Assembly: cs.temp.dll.dll
    Syntax
    public class RoadNetworkEditorGizmos : MonoBehaviour

    Methods

    Clear()

    Declaration
    public void Clear()

    OnDrawGizmos()

    Declaration
    public void OnDrawGizmos()

    SetDrawingActive(Boolean)

    Declaration
    public void SetDrawingActive(bool isActive)
    Parameters
    Type Name Description
    System.Boolean isActive

    SetLine(IEnumerable<ILaneLineDrawer>)

    Declaration
    public void SetLine(IEnumerable<ILaneLineDrawer> linesArg)
    Parameters
    Type Name Description
    IEnumerable<ILaneLineDrawer> linesArg
    In This Article
    Back to top PLATEAU SDK for Unity