A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
IBatchCommand — Interface, package com.mi.rs
Interface specifying a batch command.
ICommand — Interface, package com.mi.rs
The interface specifying the data and methods of a RealityServer command.
ICommandSequence — Interface, package 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 — Interface, package 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 — class, package com.mi.rs
A UIComponent that displays images rendered using a command of type IRenderCommand.
ImageRenderTarget() — Constructor, class com.mi.rs.ImageRenderTarget
Constructs an ImageRenderTarget.
invert() — method, class com.mi.rs.types.Matrix4x4
Sets this matrix to its inverse.
IRenderCommand — Interface, package com.mi.rs
Defines the interface for commands that return an image.
IResponse — Interface, package com.mi.rs
Defines the interface of a command response object.
IResponseError — Interface, package com.mi.rs
Defines the interface of the error parameter of IResponse.
isBatchResponse — Property, interface com.mi.rs.IResponse
True if this is the response to a batch command.
isBatchResponse — Property, class com.mi.rs.Response
True if this is the response to a batch command.
isCancelled — Property, class com.mi.rs.BatchCommand
Always returns false.
isCancelled — Property, class com.mi.rs.Command
Always false.
isCancelled — Property, interface com.mi.rs.ICommand
This property is set to true by the implementing class if the command has been cancelled, in which case it will simply be skipped by the service.
isCancelled — Property, class com.mi.rs.RenderCommand
Always returns false.
isErrorResponse — Property, interface com.mi.rs.IResponse
Convenience property that is true if this is an error response.
isErrorResponse — Property, class com.mi.rs.Response
Convenience property that is true if this is an error response.
IService — Interface, package com.mi.rs
Defines the interface of a service object that can process RealityServer commands.
isNotColinear(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4
Returns true if this vector and rhs is not colinear.
isNullVector(tolerance:Number) — method, class com.mi.rs.types.Vector4
IStateData — Interface, package com.mi.rs
This interface encapsulates the data that is used by the RealityServer state handlers to decide which state commands are processed in.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z