Search Results for

    Show / Hide Table of Contents

    Class CityDuplicateProcessor

    重複した地物があるか検索し、重複して表示されないようにします。

    Inheritance
    System.Object
    CityDuplicateProcessor
    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.CityAdjust.ChangeActive
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CityDuplicateProcessor

    Methods

    EnableOnlyLargestLODInDuplicate(PLATEAUInstancedCityModel)

    重複した地物があるか検索します。 重複のうちLODが最大のものを有効化し、そうでないものを無効化します。 ただしすでに無効化されているものは無視します。

    Declaration
    public static void EnableOnlyLargestLODInDuplicate(PLATEAUInstancedCityModel city)
    Parameters
    Type Name Description
    PLATEAUInstancedCityModel city
    In This Article
    Back to top PLATEAU SDK for Unity