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  
camera — Property, interface com.mi.rs.multiview.core.IViewBasic
The camera property is used by this view to request scene renders.
camera — Property, class com.mi.rs.multiview.core.ViewBase
The camera property is used by this view to request scene renders.
camera — Property, class com.mi.rs.multiview.option.ViewOptions
Returns the camera options.
camera — Property, class com.mi.rs.multiview.widgets.CameraWidget3d
Returns the linked camera object.
camera — Property, class com.mi.rs.multiview.widgets.WidgetProjection
Returns the camera.
CAMERA_DATA_LOADED — Constant Static Property, class com.mi.rs.multiview.event.SceneEvent
Fired after the scene initial camera data is loaded.
CAMERA_MATRIX_LOADED — Constant Static Property, class com.mi.rs.multiview.event.SceneEvent
Fired after the initial camera matrix of the scene is loaded.
CameraOptions — class, package com.mi.rs.multiview.option
An option set that contains options for the scene camera.
CameraOptions(nodeName:String) — Constructor, class com.mi.rs.multiview.option.CameraOptions
cameraProjection — Property, class com.mi.rs.multiview.widgets.CameraWidget3d
Returns the linked widget projection.
CAMERA_READY — Constant Static Property, class com.mi.rs.multiview.event.SceneEvent
Fired after the initial camera of the scene is ready to be used.
CameraSet — class, package com.mi.rs.multiview.core
The CameraSet class allows for camera manipulation and for setting different camera settings such as the aperture size and focal length.
CameraSet(nodeName:String) — Constructor, class com.mi.rs.multiview.core.CameraSet
Creates a new CameraSet instance with the given node name.
CameraWidget3d — class, package com.mi.rs.multiview.widgets
Implementation for interactive 3D camera widgets.
CameraWidget3d(i_projection:com.mi.rs.multiview.widgets:WidgetProjection, i_camera:com.mi.rs.multiview.core:CameraSet) — Constructor, class com.mi.rs.multiview.widgets.CameraWidget3d
Constructor for creating a camera widget in a view.
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.
cancelCallback(callback:Function) — method, class com.mi.rs.multiview.core.Scene
Cancels a registered process commands callback.
cancelCallback(callback:Function) — method, class com.mi.rs.multiview.core.ViewBase
Cancels a registered process commands callback.
canvas3D — Property, class com.mi.rs.multiview.widgets.WidgetProjection
Returns the sprite object.
changeRenderer(renderer:String) — method, class com.mi.rs.multiview.option.SceneOptions
Changes the renderer to the one provided.
changeRenderer(renderer:String) — method, class com.mi.rs.multiview.option.ViewOptions
Changes the renderer to the one given.
changeType(valueName:any, type:String, force:Boolean) — method, class com.mi.rs.multiview.option.OptionSet
Changes the type of a value.
changeValue(valueName:String, value:any) — method, class com.mi.rs.multiview.option.rtmp.RTMPOptions
Changes the value of the encoder parameter.
changeVideoCodec(codec:String) — method, class com.mi.rs.multiview.option.SceneOptions
Changes the video codec to the one given.
checkDefaultVideoCodecCallback(sequ:com.mi.rs:ICommandSequence) — method, class com.mi.rs.multiview.core.Scene
checkVideoParameterSet(response:com.mi.rs:IResponse) — method, class com.mi.rs.multiview.core.ViewBase
Checks if the rtmp_set_encoder_parameter batch or single command worked.
clear() — method, class com.mi.rs.multiview.option.OptionSet
Removes all values registered in the option set.
clear() — method, class com.mi.rs.types.Matrix4x4
Clear this matrix by setting all elements to 0.
clearChangesAtLevel(level:int) — method, interface com.mi.rs.multiview.option.IOptionSet
Clears all registered changes at a specific level.
clearChangesAtLevel(level:int) — method, class com.mi.rs.multiview.option.OptionSet
Clears all registered changes at a specific level.
clearFromChanges(valueName:String) — method, class com.mi.rs.multiview.option.OptionSet
Removes the valueName parameter from all tracking levels.
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.
clip_max — Property, class com.mi.rs.multiview.core.CameraSet
The clip_max sets the maximum distance a pixel can be before it can no longer be seen.
clip_min — Property, class com.mi.rs.multiview.core.CameraSet
The clip_min sets the minimum distance a pixel has to be before it can be seen.
clone() — method, class com.mi.rs.multiview.core.NavCamera
Returns a new NavCamera instance with the same values as the NavCamera instance.
clone() — method, class com.mi.rs.multiview.utils.BoundingBox
Returns a clone of this bounding box.
clone() — method, class com.mi.rs.multiview.utils.Color
Returns a new copy of this Color object with the same values.
clone() — method, class com.mi.rs.multiview.utils.RSCamera
Clones a camera.
clone() — method, class com.mi.rs.multiview.utils.TransformBase
Returns a clone of the current transform.
clone() — method, class com.mi.rs.multiview.utils.TransformSimple
Returns a new copy of this TransformSimple instance.
clone() — method, class com.mi.rs.multiview.utils.TransformTarget
Returns a new TransformTarget transform instance.
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.
collabScope — Property, interface com.mi.rs.multiview.core.IScene
Returns and sets the collaboration scope.
collabScope — Property, class com.mi.rs.multiview.core.Scene
Returns and sets the collaboration scope.
Color — class, package com.mi.rs.multiview.utils
Provides a wrapper for the Color type used on the server.
Color(color:Object) — Constructor, class com.mi.rs.multiview.utils.Color
Creates a new Color instance.
COLOR — Constant Static Property, class com.mi.rs.multiview.option.OptionValidator
Color constant.
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.multiview.core — package
Core classes which provide a renderable view and connection to the server.
com.mi.rs.multiview.event — package
Events used by the core classes.
com.mi.rs.multiview.input_method — package
Input methods used to navigate a scene.
com.mi.rs.multiview.option — package
Option classes which provide mechanisms to track value changes and to save and load the options.
com.mi.rs.multiview.option.rtmp — package
com.mi.rs.multiview.scope — package
Additional scoping functions used by the core classes.
com.mi.rs.multiview.utils — package
Utility classes and functions designed to make navigation easier.
com.mi.rs.multiview.widgets — package
Useful graphical elements that can be placed in a view to display information or make navigation easier.
com.mi.rs.types — package
com.mi.util — package
compression — Property, class com.mi.rs.multiview.option.rtmp.ScreenVideoOptions
Sets the zlib compressive level to use when compressing a block of image data.
CONFIG_SAVED_EVENT — Constant Static Property, class com.mi.rs.multiview.event.ConfigXMLEvent
ConfigXML — class, package com.mi.rs.multiview.option
Retrieves an XML configuration file from the server and sets the option parameters accordingly.
ConfigXML(scene:com.mi.rs.multiview.core:IScene) — Constructor, class com.mi.rs.multiview.option.ConfigXML
Initializes the ConfigXML instance.
ConfigXMLEvent — class, package com.mi.rs.multiview.event
ConfigXMLEvent(type:String, msg:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.mi.rs.multiview.event.ConfigXMLEvent
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.
connectorName — Property, class com.mi.rs.multiview.core.Scene
Returns the name of the current connector.
connectorName — Property, class com.mi.rs.multiview.core.ViewBase
Returns the name of the current connector.
constantPan — Property, class com.mi.rs.multiview.input_method.PanInputMethod
When set to true, the panning speed is the same regardless of the distance between the camera position and its target point or the size of the view.
constantPan — Property, class com.mi.rs.multiview.input_method.SuperNav
When set to true, the panning speed is the same regardless of the distance between the camera position and its target point or the size of the view.
constantPan — Property, class com.mi.rs.multiview.option.InputMethodOptions
Affects the panning speed.
containsWidget(widget:com.mi.rs.multiview.widgets:Widget3d) — method, class com.mi.rs.multiview.core.ViewBase
Returns true if the given widget is contained in this view.
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.
createChildOptionSet(name:String, value:any, type:String) — method, class com.mi.rs.multiview.option.OptionSet
Creates a child IOptionSet.
createChildren() — method, class com.mi.rs.multiview.core.ViewBase
Creates and adds the HTTP and RTMP render targets.
createCommandForParam(paramName:String, encoderName:String) — method, class com.mi.rs.multiview.option.rtmp.H264Options
Creates an ICommand for setting an individual RTMP encoder parameter.
createCommandForParam(paramName:String, encoderName:String) — method, class com.mi.rs.multiview.option.rtmp.RTMPOptions
Creates an ICommand for setting an individual RTMP encoder parameter.
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.
createOptionCommand(attrName:String, attrType:String, attrValue:any) — method, class com.mi.rs.multiview.option.SaveRenderOptions
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.
createScope() — method, class com.mi.rs.multiview.core.ViewBase
Creates all the scopes for the view to use.
createScopes() — method, class com.mi.rs.multiview.core.Scene
Creates all the scopes after the scene name is known.
cross(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4
Returns the cross product between this vector and rhs.
currentRendererOptions — Property, class com.mi.rs.multiview.option.ViewOptions
Returns an object that function as an alias to the current renderer options.
currentResolution — Property, class com.mi.rs.multiview.core.ViewBase
Returns the current rendering resolution.
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