Semantic search

ChainShape:getPoint (日本語) 形状の地点を返します。 Added since 0.8.0
ChainShape:getPoints Returns all points of the shape. Added since 0.8.0
ChainShape:getPoints (日本語) 形状における全ての地点を返します。 Added since 0.8.0
ChainShape:getPreviousVertex Gets the vertex that establishes a connection to the previous shape. Added since 0.10.2
ChainShape:getPreviousVertex (日本語) 前の形状と接続を設置している頂点を取得します。 Added since 0.10.2
ChainShape:getVertexCount Returns the number of vertices the shape has. Added since 0.8.0
ChainShape:getVertexCount (日本語) 形状が保持している頂点の数を返します。 Added since 0.8.0
ChainShape:setNextVertex Sets a vertex that establishes a connection to the next shape. Added since 0.8.0
ChainShape:setNextVertex (日本語) 次の形状へ接続を設置するために頂点を設定します。 Added since 0.8.0
ChainShape:setPrevVertex Sets a vertex that establishes a connection to the previous shape. Added since 0.8.0 Removed in 0.9.0
ChainShape:setPrevVertex (日本語) 前の形状へ接続を設置するために頂点を設定します。 Added since 0.8.0 Removed in 0.9.0
ChainShape:setPreviousVertex Sets a vertex that establishes a connection to the previous shape. Added since 0.9.0
ChainShape:setPreviousVertex (日本語) 前の形状へ接続を設置するために頂点を設定します。 Added since 0.9.0
Channel:clear Clears all the messages in the Channel queue. Added since 0.9.0
Channel:clear (Deutsch) Löscht alle Nachrichten in der Channel Warteschlange. Added since 0.9.0
Channel:clear (Русский) Удаляет все сообщения из очереди канала. Added since 0.9.0
Channel:clear (日本語) チャンネルのキューにあるメッセージを全て消去します。 Added since 0.9.0
Channel:clear (한국어) 메시지 큐를 모두 비웁니다. Added since 0.9.0
Channel:demand Wait for and retrieve the value of a Channel message. Added since 0.9.0
Channel:demand (Русский) Извлекает сообщение из Канала и удаляет его из очереди. Added since 0.9.0
Channel:demand (日本語) チャンネルメッセージの値を回収するまで待機します。 Added since 0.9.0
Channel:demand (한국어) 채널에 메시지가 도착할 때까지 무한정 기다린 후 메시지가 도착하면 메시지를 얻어옵니다. Added since 0.9.0
Channel:getCount Retrieves the number of messages in the Channel queue. Added since 0.9.0
Channel:getCount (Русский) Возвращает количество сообщений в очереди Канала. Added since 0.9.0
Channel:getCount (日本語) スレッド・チャンネルのキューにあるメッセージ個数を回収します。 Added since 0.9.0
Channel:getCount (한국어) 메시지 큐에 메시지가 몇 개나 쌓여있는지 세어봅니다. Added since 0.9.0
Channel:hasRead Gets whether a pushed value has been popped or otherwise removed from the Channel. Added since 11.0
Channel:hasRead (Русский) Проверяет было ли сообщение прочитано потоком или иным другим методом выведено из очереди Канала. Added since 11.0
Channel:hasRead (日本語) チャンネルで送信した値が回収された、または削除されたかどうかを取得します。 Added since 11.0
Channel:peek Receive a message from a thread Channel, but leave it in the queue. Added since 0.9.0
Channel:peek (Русский) Возвращает сообщение из Канала, но оставляет его в очереди. Added since 0.9.0
Channel:peek (日本語) チャンネル・メッセージの値を回収しますが、キューには残します。 Added since 0.9.0
Channel:peek (한국어) 채널에서 메시지를 얻어옵니다만, 메시지 큐에서 삭제하지는 않습니다. Added since 0.9.0
Channel:performAtomic Executes the specified function atomically with respect to this Channel. Added since 0.10.0
Channel:performAtomic (Русский) Выполняет какую-либо функцию относительно Канала. Added since 0.10.0
Channel:performAtomic (日本語) このチャネルに対してアトミックに指定された関数を実行します。 Added since 0.10.0
Channel:pop Retrieve the value of a Channel message. Added since 0.9.0
Channel:pop (Русский) Извлекает сообщение из Канала и удаляет его из очереди. Added since 0.9.0
Channel:pop (日本語) チャンネル・メッセージの値を回収および削除します。 Added since 0.9.0
Channel:pop (한국어) 채널에서 메시지를 얻어온 후 메시지 큐에서 메시지를 삭제합니다. Added since 0.9.0
Channel:push Send a message to a thread Channel. Added since 0.9.0
Channel:push (Русский) Отправить сообщение в Канал. Added since 0.9.0
Channel:push (日本語) スレッドのチャンネルへメッセージを送信します。 Added since 0.9.0
Channel:push (한국어) 채널로 메시지를 전송합니다. Added since 0.9.0
Channel:supply Send a message to a thread Channel and wait for a thread to accept it. Added since 0.9.0
Channel:supply (Русский) Отправить сообщение в Канал и ждать его прочтения. Added since 0.9.0
Channel:supply (日本語) スレッドのチャンネルへメッセージを送信してスレッドへ受理されるまで待機します。 Added since 0.9.0
Channel:supply (한국어) 채널로 메시지를 전송한 후, 다른 스레드가 메시지를 받을 때까지 대기합니다. Added since 0.9.0
CircleShape:getLocalCenter Get the center of the circle in local coordinates. Removed in 0.8.0
CircleShape:getLocalCenter (Português) Obtém o centro do círculo nas coordenadas locais.