Search Results for

    Show / Hide Table of Contents

    Class Texture

    テクスチャ情報です。 Url と TextureWrapMode を保持します。 TextureTargetDefinition によって保持されます。

    Inheritance
    System.Object
    Object
    Appearance
    Texture
    Inherited Members
    Appearance.Type
    Appearance.IsFront
    Appearance.Themes
    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 Texture : Appearance

    Properties

    Url

    テクスチャのURLを返します。

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    System.String

    WrapMode

    Declaration
    public TextureWrapMode WrapMode { get; }
    Property Value
    Type Description
    TextureWrapMode
    In This Article
    Back to top PLATEAU SDK for Unity