C# Класс Canguro.Commands.Model.RotateCmd

Model Command to Move the selected Item's Joints around a given point and with a given angle.
Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

Executes the command. Moves the selected Item's Joints around a given point and with a given angle.

Описание методов

Run() публичный Метод

Executes the command. Moves the selected Item's Joints around a given point and with a given angle.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void