Search Results for

    Show / Hide Table of Contents

    Class RnIntersectionEx.EdgeGroup

    Inheritance
    System.Object
    RnIntersectionEx.EdgeGroup
    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 EdgeGroup

    Properties

    Edges

    Declaration
    public List<RnIntersectionEdge> Edges { get; }
    Property Value
    Type Description
    List<RnIntersectionEdge>

    InBoundEdges

    Declaration
    public IEnumerable<RnIntersectionEdge> InBoundEdges { get; }
    Property Value
    Type Description
    IEnumerable<RnIntersectionEdge>

    IsBorder

    Declaration
    public bool IsBorder { get; }
    Property Value
    Type Description
    System.Boolean

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean

    Key

    Declaration
    public RnRoadBase Key { get; }
    Property Value
    Type Description
    RnRoadBase

    LeftSide

    Declaration
    public RnIntersectionEx.EdgeGroup LeftSide { get; set; }
    Property Value
    Type Description
    RnIntersectionEx.EdgeGroup

    Normal

    Declaration
    public Vector3 Normal { get; }
    Property Value
    Type Description
    Vector3

    OutBoundEdges

    Declaration
    public IEnumerable<RnIntersectionEdge> OutBoundEdges { get; }
    Property Value
    Type Description
    IEnumerable<RnIntersectionEdge>

    RightSide

    Declaration
    public RnIntersectionEx.EdgeGroup RightSide { get; set; }
    Property Value
    Type Description
    RnIntersectionEx.EdgeGroup
    In This Article
    Back to top PLATEAU SDK for Unity