ChangeFloatingObjectPropertyCommandBase<T>.execute(settings) Method
Executes a command with the specified parameter.
Declaration
execute(
settings: T
): boolean
Parameters
Name | Type | Description |
---|---|---|
settings | T | An object that contains settings for the execute method. |
Returns
Type | Description |
---|---|
boolean |
|
See Also