Search Results for

    Show / Hide Table of Contents

    Class RnRoadGroup.RnWayGroup

    Inheritance
    System.Object
    RnRoadGroup.RnWayGroup
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: PLATEAU.RoadNetwork.Structure
    Assembly: cs.temp.dll.dll
    Syntax
    public class RnWayGroup

    Constructors

    RnWayGroup(List<RnWay>)

    Declaration
    public RnWayGroup(List<RnWay> ways)
    Parameters
    Type Name Description
    List<RnWay> ways

    Properties

    Ways

    Declaration
    public IReadOnlyCollection<RnWay> Ways { get; }
    Property Value
    Type Description
    IReadOnlyCollection<RnWay>
    In This Article
    Back to top PLATEAU SDK for Unity