Search Results for

    Show / Hide Table of Contents

    Class CityObjectList

    シリアライズ可能なCityObjectデータです。 シリアライズ時はMessagePack形式にしますが、人間が読む用にjson形式でも出力可能です。

    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 List<CityObjectList.CityObject> rootCityObjects
    Field Value
    Type Description
    List<CityObjectList.CityObject>

    Methods

    IsEmpty()

    Declaration
    public bool IsEmpty()
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity