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  
cancelCallback(callback:Function) — method, interface com.mi.rs.IService
Cancels a registered process commands callback.
cancelCallback(callback:Function) — method, class com.mi.rs.RSService
Cancels a registered process commands callback.
clear() — method, class com.mi.rs.types.Matrix4x4
Clear this matrix by setting all elements to 0.
CLIENT_SIDE_ERROR_CODE_CONNECTION — Constant Static Property, class com.mi.rs.RSService
The response error code for commands that could not be processed because of a connection error.
CLIENT_SIDE_ERROR_CODE_INTERNAL — Constant Static Property, class com.mi.rs.RSService
The response error code for commands that could not be processed because of an internal client side library error.
clone() — method, class com.mi.rs.types.Matrix4x4
Returns a deep copy of this matrix.
clone() — method, class com.mi.rs.types.Vector4
cloneBitmapData() — method, class com.mi.rs.ImageRenderTarget
Returns a copy of the current image as a BitmapData instance.
code — Property, interface com.mi.rs.IResponseError
The error code.
command — Property, interface com.mi.rs.IResponse
Returns the command this is the response to.
command — Property, class com.mi.rs.Response
Returns the command this is the response to.
Command — class, package com.mi.rs
A generic implementation of the ICommand interface.
Command(name:String, params:Object) — Constructor, class com.mi.rs.Command
Constructs a command with the given name and parameters.
commands — Property, class com.mi.rs.BatchCommand
The array containing the sub-commands of this batch command.
commands — Property, interface com.mi.rs.IBatchCommand
The array containing the sub-commands of this batch command.
com.mi.rs — package
com.mi.rs.types — package
com.mi.util — package
CONNECTOR_CHANGED_EVENT — Constant Static Property, class com.mi.rs.RSServiceEvent
RSServiceEvent that is dispatched when the connector used to communicate with RealityServer is changed.
connectorName — Property, interface com.mi.rs.IService
Returns the name of the current connector.
connectorName — Property, class com.mi.rs.RSService
Returns the name of the current connector.
continueOnError — Property, class com.mi.rs.BatchCommand
Defines the error mode of this batch command.
continueOnError — Property, interface com.mi.rs.IBatchCommand
Defines the error mode of this batch command.
createGetCanvasCommand(renderTarget:com.mi.rs:ImageRenderTarget, sceneName:String, renderContextName:String, canvasName:String, format:String) — Static Method , class com.mi.rs.GenericRenderCommand
Creates a "get_canvas" command with the most common options.
createGetLastRenderCommand(renderTarget:com.mi.rs:ImageRenderTarget, sceneName:String, renderContextName:String, format:String) — Static Method , class com.mi.rs.GenericRenderCommand
Creates a "get_last_render" command with the most common options.
createJsonRequest(name:String, params:Object, id:int) — Static Method , class com.mi.rs.RSService
Creates a JSON-RPC object from the given parameters suitable to be stringified by the JSON class.
createNetStream() — method, class com.mi.rs.RSService
Creates a NetStream object that can be used to play RealityServer video streams.
createRandomString(length:int) — Static Method , class com.mi.rs.RSService
Creates a random string of the given length using the characters 0-9, and a-z.
createRenderCommand(renderTarget:com.mi.rs:ImageRenderTarget, sceneName:String, renderContextName:String, renderer:String, canvasName:String, format:String, renderContextTimeout:uint) — Static Method , class com.mi.rs.GenericRenderCommand
Creates a "render" command with the most common options.
cross(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4
Returns the cross product between this vector and rhs.
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