Package | com.mi.rs |
Class | public class Command |
Inheritance | Command ![]() |
Implements | ICommand |
Subclasses | RenderCommand |
Property | Defined By | ||
---|---|---|---|
isCancelled : Boolean [read-only]
Always false.
|
Command | ||
name : String [read-only]
The name of the RealityServer command to call.
|
Command | ||
params : Object [read-only]
An associative array containing the command arguments as
name/value pairs.
|
Command |
Method | Defined By | ||
---|---|---|---|
Command(name:String, params:Object)
Constructs a command with the given name and parameters.
|
Command | ||
toString():String
Returns a string for debugging purposes.
|
Command |
isCancelled | property |
isCancelled:Boolean
[read-only]
Always false.
public function get isCancelled():Boolean
name | property |
name:String
[read-only]
The name of the RealityServer command to call.
public function get name():String
params | property |
params:Object
[read-only]
An associative array containing the command arguments as name/value pairs.
public function get params():Object
Command | () | Constructor |
public function Command(name:String, params:Object)
Constructs a command with the given name and parameters.
Parameters
name:String — The name of the command.
|
|
params:Object — An associative array of command parameters.
|
toString | () | method |
public function toString():String
Returns a string for debugging purposes.
ReturnsString |