Search Results for

    Show / Hide Table of Contents

    Class RnRoadGroup.RnSideWalkGroup

    Inheritance
    System.Object
    RnRoadGroup.RnSideWalkGroup
    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 RnSideWalkGroup

    Constructors

    RnSideWalkGroup(List<RnSideWalk>)

    Declaration
    public RnSideWalkGroup(List<RnSideWalk> sideWalks)
    Parameters
    Type Name Description
    List<RnSideWalk> sideWalks

    Properties

    SideWalks

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