Difference between revisions of "CircleShape:setPoint (日本語)"

(Created page with "{{newin (日本語)|0.9.1|091|type=関数}} 円形の中心位置を設定します。 == 関数 == === 概要 === <source lang="lua"> x, y = CircleShape:setPoint( x, y )...")
 
m (Synopsis)
 
Line 4: Line 4:
 
=== 概要 ===
 
=== 概要 ===
 
<source lang="lua">
 
<source lang="lua">
x, y = CircleShape:setPoint( x, y )
+
CircleShape:setPoint( x, y )
 
</source>
 
</source>
 +
 
=== 引数 ===
 
=== 引数 ===
 
{{param|number|x|円形の中心点における新規 x-要素。}}
 
{{param|number|x|円形の中心点における新規 x-要素。}}

Latest revision as of 03:56, 9 August 2017

LÖVE 0.9.1 から使用可能
この関数は以前のバージョンでは非対応です。

円形の中心位置を設定します。

関数

概要

CircleShape:setPoint( x, y )

引数

number x
円形の中心点における新規 x-要素。
number y
円形の中心点における新規 y-要素。

返値

ありません。

関連


そのほかの言語