OGLTexture.FullName

説明

このテクスチャのイメージファイルのパス名をStringとして戻します。

C#構文

// get accessor

String rtn = OGLTexture.FullName;

VBScript の例

dim grid

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

BlendInPresetsInsp , grid, 1, True, True

Application.LogMessage "OGL texture file name: " & grid.Material.OGLTexture.FullName