Object Hierarchy | 関連する C++クラス:SceneItem
SceneItem
SceneItem オブジェクトは、他のすべてのシーンオブジェクトにより継承される Softimage シーン(例:プロパティを持つシーン)内のオブジェクトです。
dim sceneItem
set sceneItem = ActiveProject.ActiveScene.Root
LogMessage "Scene material shader: " & sceneItem.Properties("Scene_Material").Shaders(0) |