Search Results for

    Show / Hide Table of Contents

    Class Appearance

    Texture , Material の基底クラスです。

    Inheritance
    System.Object
    Object
    Appearance
    Material
    Texture
    Inherited Members
    Object.Handle
    Object.ID
    Object.NativeAttributesMap
    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.CityGML
    Assembly: cs.temp.dll.dll
    Syntax
    public class Appearance : Object

    Properties

    IsFront

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

    Themes

    テーマ名を配列で返します。

    Declaration
    public string[] Themes { get; }
    Property Value
    Type Description
    System.String[]

    Type

    Texture なら "Texture" という文字列を返します。

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top PLATEAU SDK for Unity