FxOperator.PositionY

説明

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

C#構文

// get accessor

Double rtn = FxOperator.PositionY;

// set accessor

FxOperator.PositionY = Double;

VBScript の例

set oRoot = ActiveProject.ActiveScene.Root

set oTree = oRoot.AddFxTree

set oFxOp = oTree.AddImageOperator("File Output")

LogMessage "Position Y : " & oFxOp.PositionY

関連項目

FxTree