location

location型は以下の3つから構成される位置情報です。

・エリアのIDとなるobject型

・エリア内での位置を示すvector型

・向いている方向を示すfloat型


Example

location loc = Location(objArea, vecPosition, fFacing);

See Also

Data Types



JP team: marshall

Send comments on this topic.