Search Results for

    Show / Hide Table of Contents

    Class CityObjectList

    シリアライズ可能なCityObjectデータです。

    Inheritance
    System.Object
    CityObjectList
    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.CityInfo
    Assembly: cs.temp.dll.dll
    Syntax
    public class CityObjectList

    Fields

    outsideChildren

    Declaration
    public List<string> outsideChildren
    Field Value
    Type Description
    List<System.String>

    outsideParent

    Declaration
    public string outsideParent
    Field Value
    Type Description
    System.String

    rootCityObjects

    Declaration
    public readonly List<CityObjectList.CityObject> rootCityObjects
    Field Value
    Type Description
    List<CityObjectList.CityObject>
    In This Article
    Back to top PLATEAU SDK for Unity