Search Results for

    Show / Hide Table of Contents

    Class CityObjectGizmoDrawer

    属性情報パネル表示時にシーン上に選択中地物の情報を表示します

    Inheritance
    System.Object
    CityObjectGizmoDrawer
    Namespace: PLATEAU.CityInfo
    Assembly: cs.temp.dll.dll
    Syntax
    public class CityObjectGizmoDrawer : MonoBehaviour

    Methods

    ClearChildSelection()

    Declaration
    public void ClearChildSelection()

    ClearParentSelection()

    Declaration
    public void ClearParentSelection()

    ShowChildSelection(Transform, CityObjectIndex, String)

    Declaration
    public async Task ShowChildSelection(Transform trans, CityObjectIndex index, string id)
    Parameters
    Type Name Description
    Transform trans
    CityObjectIndex index
    System.String id
    Returns
    Type Description
    Task

    ShowParentSelection(Transform, CityObjectIndex, String)

    Declaration
    public async Task ShowParentSelection(Transform trans, CityObjectIndex index, string id)
    Parameters
    Type Name Description
    Transform trans
    CityObjectIndex index
    System.String id
    Returns
    Type Description
    Task
    In This Article
    Back to top PLATEAU SDK for Unity