OGLTexture.Height

説明

このテクスチャのイメージの高さをピクセル単位でIntegerとして戻します。

C#構文

// get accessor

Int32 rtn = OGLTexture.Height;

VBScript の例

dim grid

set grid = ActiveProject.ActiveScene.Root.AddGeometry("Grid", "MeshSurface")

BlendInPresetsInsp , grid, 1, True, True

Application.LogMessage "OGL texture height: " & grid.Material.OGLTexture.Height