FxOperator.PositionY

説明

Softimage Illusion Fx Treeビュー内でのFxOperator のy位置をDoubleとして設定したり、戻したりします。

VBScript の例

set oRoot = ActiveProject.ActiveScene.Root
set oTree = oRoot.AddFxTree
set oFxOp = oTree.AddImageOperator("File Output")
LogMessage "Position Y : " & oFxOp.PositionY

関連項目

FxTree