Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
BatchCommand |
com.mi.rs | Implementation of the IBatchCommand interface. | |
Command |
com.mi.rs | A generic implementation of the ICommand interface. | |
GenericRenderCommand |
com.mi.rs | This is a generic implementation of the IRenderCommand interface. | |
IBatchCommand |
com.mi.rs | Interface specifying a batch command. | |
ICommand |
com.mi.rs | The interface specifying the data and methods of a RealityServer command. | |
ICommandSequence |
com.mi.rs | This interface is used by RSService in process commands callbacks to accept a sequence of commands from the application that the service will then process. | |
IJSON |
com.mi.util | Marks an object to have a special jsonObject member that contains the most recent data in a form that is friendly to the JSON serializer. | |
ImageRenderTarget |
com.mi.rs | A UIComponent that displays images rendered using a command of type IRenderCommand. | |
IRenderCommand |
com.mi.rs | Defines the interface for commands that return an image. | |
IResponse |
com.mi.rs | Defines the interface of a command response object. | |
IResponseError |
com.mi.rs | Defines the interface of the error parameter of IResponse. | |
IService |
com.mi.rs | Defines the interface of a service object that can process RealityServer commands. | |
IStateData |
com.mi.rs | This interface encapsulates the data that is used by the RealityServer state handlers to decide which state commands are processed in. | |
JSON |
com.mi.util | ||
Matrix4x4 |
com.mi.rs.types | A 4 by 4 matrix that corresponds to the RealityServer type Float64<4,4>. | |
RenderCommand |
com.mi.rs | Implementation of the IRenderCommand interface that renders images using the "render" RealityServer command. | |
Response |
com.mi.rs | The object passed to command response handlers. | |
RSService |
com.mi.rs | The main client library class that takes care of RealityServer command processing. | |
RSServiceEvent |
com.mi.rs | Event dispatched by RSService. | |
StateData |
com.mi.rs | A basic implementation of the IStateData interface. | |
Vector4 |
com.mi.rs.types |