Search Results for

    Show / Hide Table of Contents

    Class CityModelPackageInfo

    都市モデルインポート時のパッケージごとの設定です。

    Inheritance
    System.Object
    CityModelPackageInfo
    Namespace: PLATEAU.Dataset
    Assembly: cs.temp.dll.dll
    Syntax
    public class CityModelPackageInfo : PInvokeDisposable

    Properties

    HasAppearance

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

    MaxLOD

    Declaration
    public int MaxLOD { get; }
    Property Value
    Type Description
    System.Int32

    MinLOD

    Declaration
    public int MinLOD { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Create(Boolean, Int32, Int32)

    Declaration
    public static CityModelPackageInfo Create(bool hasAppearance, int minLOD, int maxLOD)
    Parameters
    Type Name Description
    System.Boolean hasAppearance
    System.Int32 minLOD
    System.Int32 maxLOD
    Returns
    Type Description
    CityModelPackageInfo

    DisposeNative()

    Declaration
    protected override void DisposeNative()

    GetPredefined(PredefinedCityModelPackage)

    与えられたパッケージ種別に対して、仕様上存在する可能性のあるLODの範囲と、仕様上テクスチャが存在する可能性があるかをタプルで返します。

    Declaration
    public static (bool hasAppearance, int minLOD, int maxLOD) GetPredefined(PredefinedCityModelPackage package)
    Parameters
    Type Name Description
    PredefinedCityModelPackage package
    Returns
    Type Description
    System.ValueTuple<System.Boolean, System.Int32, System.Int32>
    In This Article
    Back to top PLATEAU SDK for Unity