Search Results for

    Show / Hide Table of Contents

    Struct CityObjectGroupInfoForToolkits

    PLATEAUCityObjectGroupが保持する情報のうち、Toolkitsとの連携に必要な情報です。

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: PLATEAU.CityInfo
    Assembly: cs.temp.dll.dll
    Syntax
    public struct CityObjectGroupInfoForToolkits

    Constructors

    CityObjectGroupInfoForToolkits(Boolean, Boolean)

    Declaration
    public CityObjectGroupInfoForToolkits(bool isTextureCombined, bool isGranularityConverted)
    Parameters
    Type Name Description
    System.Boolean isTextureCombined
    System.Boolean isGranularityConverted

    Properties

    IsGranularityConverted

    Declaration
    public readonly bool IsGranularityConverted { get; }
    Property Value
    Type Description
    System.Boolean

    IsTextureCombined

    Declaration
    public readonly bool IsTextureCombined { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top PLATEAU SDK for Unity