SIVector3.Y

説明

ベクトルの y 値を表すDoubleを設定したり、戻したりします。

C#構文

// get accessor

Double rtn = ISIVector3.Y;

// set accessor

ISIVector3.Y = Double;