Search Results for

    Show / Hide Table of Contents

    Class ARnPartsBase

    Inheritance
    System.Object
    ARnPartsBase
    ARnParts<TSelf>
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ARnPartsBase

    Constructors

    ARnPartsBase(UInt64)

    Declaration
    protected ARnPartsBase(ulong id)
    Parameters
    Type Name Description
    System.UInt64 id

    Properties

    DebugMemo

    Declaration
    public string DebugMemo { get; set; }
    Property Value
    Type Description
    System.String

    DebugMyId

    Declaration
    public ulong DebugMyId { get; set; }
    Property Value
    Type Description
    System.UInt64
    In This Article
    Back to top PLATEAU SDK for Unity