| 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 | |
| samples — Property, class com.mi.rs.multiview.option.RendererOptions | |
| The number of samples to use. | |
| saveChangedSets(obj:Object, prop:String, level:int) — method, class com.mi.rs.multiview.option.OptionSet | |
| Called when this OptionSet instance saves its values and of its child IOptionSet instances to file | |
| saveChangedValues(obj:Object, prop:String) — method, class com.mi.rs.multiview.option.OptionSet | |
| Called when a changed is saved to an object. | |
| saveChangedValues(obj:Object, prop:String) — method, class com.mi.rs.multiview.option.RendererOptions | |
| Overrides the usual saveChangedValues function so that the samples value is not saved to file. | |
| saveConfig(configPath:String) — method, class com.mi.rs.multiview.option.ConfigXML | |
| Saves configuration with the given path to the server. | |
| saveObject(level:int) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Gets all the changes at the specified level. | |
| saveObject(level:int) — method, class com.mi.rs.multiview.option.OptionArray | |
| Creates an array representing this OptionArray instance. | |
| saveObject(level:int) — method, class com.mi.rs.multiview.option.OptionSet | |
| Gets all the changes at the specified level. | |
| saveObject(level:int) — method, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Gets all the changes at the specified level. | |
| SaveRenderOptions — class, package com.mi.rs.multiview.option | |
| aveRenderOptions class inherits RendererOptions. | |
| SaveRenderOptions(view:com.mi.rs.multiview.core:IView, nodeName:String) — Constructor, class com.mi.rs.multiview.option.SaveRenderOptions | |
| SaveRenderOptions constructor initializes all defaults and checks to see if the view scope has been created. | |
| scalar — Property, class com.mi.rs.multiview.option.rtmp.H264Options | |
| Sets the scalar filter for how the image is scaled. | |
| scale(factor:Number) — method, class com.mi.rs.multiview.utils.BoundingBox | |
| Scales this bounding box relative to its center vector. | |
| scale(scale:Number) — method, class com.mi.rs.multiview.utils.Color | |
| Scales all the color components by the given value, which can be positive or negative. | |
| _scale(dx:Number, dy:Number, dz:Number) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Scales the transform scaling vector accumulatively. | |
| scale(dx:Number, dy:Number, dz:Number) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Scales the transform by the vector [dx, dy, dz]. | |
| scale(scale:Number) — method, class com.mi.rs.types.Vector4 | |
| Scales this vector. | |
| scene — Property, interface com.mi.rs.multiview.core.IView | |
| The scene this view is connected to. | |
| scene — Property, class com.mi.rs.multiview.core.ViewBase | |
| The scene this view is connected to. | |
| scene — Property, class com.mi.rs.multiview.event.SceneEvent | |
| The scene which fired this event. | |
| scene — Property, class com.mi.rs.multiview.option.SceneOptions | |
| The scene is used for validation of values that can be checked against it. | |
| Scene — class, package com.mi.rs.multiview.core | |
| Implementation of IScene. | |
| Scene(service:com.mi.rs:IService) — Constructor, class com.mi.rs.multiview.core.Scene | |
| Creates a new Scene. | |
| sceneData — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns the scene data that was returned from the last importScene function. | |
| sceneData — Property, class com.mi.rs.multiview.core.Scene | |
| Returns the scene data that was returned from the last importScene function. | |
| SceneEvent — class, package com.mi.rs.multiview.event | |
| SceneEvent events are only fired from an IScene instance and manage parts of the scene that are ready for use or data that has been loaded from the server. | |
| SceneEvent(type:String, scene:com.mi.rs.multiview.core:IScene, data:any) — Constructor, class com.mi.rs.multiview.event.SceneEvent | |
| Creates a new SceneEvent instance. | |
| sceneName — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns the name of the loaded scene. | |
| sceneName — Property, class com.mi.rs.multiview.core.Scene | |
| Returns the name of the loaded scene. | |
| SceneOptions — class, package com.mi.rs.multiview.option | |
| The SceneOptions class is the top-level option set for values affecting rendering and navigation. | |
| SceneOptions(nodeName:String) — Constructor, class com.mi.rs.multiview.option.SceneOptions | |
| Creates a new SceneOptions instance with the value of the given nodeName parameter. | |
| SCENE_READY — Constant Static Property, class com.mi.rs.multiview.event.SceneEvent | |
| Fired after the scene is in a state that it can be rendered, regardless of how the scene is loaded or created. | |
| sceneScope — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns the used scene scope. | |
| sceneScope — Property, class com.mi.rs.multiview.core.Scene | |
| Returns the used scene scope. | |
| SCENE_UP_CHANGE — Constant Static Property, class com.mi.rs.multiview.event.SceneEvent | |
| Fired whenever the scene up direction changes. | |
| sceneYUp — Property, class com.mi.rs.multiview.option.SceneOptions | |
| The up direction of a scene is not typically known when a scene is loaded. | |
| Scope — class, package com.mi.rs.multiview.scope | |
| Helper scope manager. | |
| Scope(service:com.mi.rs:IService, node:com.mi.rs.multiview.scope:IScopeNode) — Constructor, class com.mi.rs.multiview.scope.Scope | |
| Creates a new ScopeManager instance. | |
| scopeName — Property, class com.mi.rs.multiview.core.Scene | |
| The local scope name. | |
| scopeName — Property, class com.mi.rs.multiview.core.ViewBase | |
| The local scope name. | |
| scopeName — Property, interface com.mi.rs.multiview.scope.IScope | |
| The local scope name. | |
| scopeName — Property, class com.mi.rs.multiview.scope.Scope | |
| The local scope name. | |
| SCOPES_CREATED — Constant Static Property, class com.mi.rs.multiview.event.SceneEvent | |
| Fired after the scene scopes have been created and child scopes can be added to the scene scope. | |
| scopesReady — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns true if the scene scopes have been created and are ready for use. | |
| scopesReady — Property, class com.mi.rs.multiview.core.Scene | |
| Returns true if the scene scopes have been created and are ready for use. | |
| screenPt — Property, class com.mi.rs.multiview.widgets.WidgetHandleCircle3d | |
| Gets the screen point. | |
| screenToCamera(i_point_in:com.mi.rs.types:Vector4, i_point_out:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.widgets.WidgetProjection | |
| Transforms 2D application coordinates into camera coordinates. | |
| screenToWorld(i_point_in:com.mi.rs.types:Vector4, i_point_out:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.widgets.WidgetProjection | |
| Transforms 2D application coordinates into 3D world coordinates. | |
| screenVideoOptions — Property, class com.mi.rs.multiview.option.SceneOptions | |
| Returns the options for the screen video encoder. | |
| ScreenVideoOptions — class, package com.mi.rs.multiview.option.rtmp | |
| Specifies a list of supported video encoder parameters for the 'screen video' codec for the 'mental images screen sharing 1 (v1)' encoder. | |
| ScreenVideoOptions(nodeName:String) — Constructor, class com.mi.rs.multiview.option.rtmp.ScreenVideoOptions | |
| Creates a new ScreenVideoOptions instance. | |
| service — Property, interface com.mi.rs.ICommandSequence | |
| The service that is associated with this command sequence. | |
| service — Property, class com.mi.rs.RSServiceEvent | |
| service — Property, interface com.mi.rs.multiview.core.IScene | |
| Returns an IService object if this IScene is currently connected to the server. | |
| service — Property, class com.mi.rs.multiview.core.Scene | |
| Returns an IService object if this IScene is currently connected to the server. | |
| service — Property, class com.mi.rs.multiview.core.ViewBase | |
| Retrieves the service instance used to connect to RealityServer. | |
| setAperture(aperture:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the aperture of the camera. | |
| setClipMax(clipMax:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the maximum clipping value of the view frustum. | |
| setClipMin(clipMin:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the minimum clipping value of the view frustum. | |
| setDefaultUpDirection(upVector:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Sets what the transform considers to be up. | |
| setElements(x:Number, y:Number, z:Number, w:Number) — method, class com.mi.rs.types.Vector4 | |
| Sets the elements of this vector. | |
| setFieldOfView(halfFov:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the field of view of the camera. | |
| setFinalScreenPoint(i_final_point:flash.geom:Point) — method, class com.mi.rs.multiview.widgets.MeasureWidget3d | |
| Assigns internally the second clicked point on the screen. | |
| setFocal(focal:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the focal length of the camera. | |
| setFocusPoint(pX:Number, pY:Number, pZ:Number) — method, class com.mi.rs.multiview.core.CameraSet | |
| setFocusPoint(pX:Number, pY:Number, pZ:Number) — method, interface com.mi.rs.multiview.utils.IRSDCamera | |
| setFollowTargetPoint(follow:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Specifies wether or not the camera should follow its target point. | |
| setFollowTargetPoint(follow:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| If true, the target point is set in follow mode. | |
| setFromArray(rhs:Array) — method, class com.mi.rs.multiview.option.OptionSetMatrix | |
| Copies all elements from the array defined by the rhs parameter into this matrix. | |
| setFromArray(rhs:Array) — method, class com.mi.rs.multiview.option.OptionSetVector | |
| Sets this vector from an array. | |
| setFromArray(array:Array) — method, class com.mi.rs.multiview.utils.Color | |
| Takes an array of numbers or string encoded numbers. | |
| setFromArray(rhs:Array) — method, class com.mi.rs.types.Matrix4x4 | |
| Copies all elements from the array defined by rhs into this matrix. | |
| setFromArray(rhs:Array) — method, class com.mi.rs.types.Vector4 | |
| Set this vector from an array. | |
| setFromBoundingBox(bbox:com.mi.rs.multiview.utils:BoundingBox) — method, class com.mi.rs.multiview.utils.BoundingBox | |
| Sets this bounding box from the given bbox bounding box. | |
| setFromCamera(camera:com.mi.rs.multiview.utils:RSCamera) — method, class com.mi.rs.multiview.option.OptionSetCamera | |
| Copies values to this options set from the given camera. | |
| setFromCamera(camera:com.mi.rs.multiview.utils:RSCamera) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets a number of parameters on this camera from another camera. | |
| setFromColor(color:com.mi.rs.multiview.utils:Color) — method, class com.mi.rs.multiview.utils.Color | |
| Sets the components of this Color object from another Color object. | |
| setFromHexNumber(number:uint, rangeMin:Number, rangeMax:Number) — method, class com.mi.rs.multiview.utils.Color | |
| Parses an integer which contains the RGBA values in it, the integer must be in the form 0xRRGGBBAA. | |
| setFromMatrix(rhs:com.mi.rs.types:Matrix4x4) — method, class com.mi.rs.multiview.option.OptionSetMatrix | |
| Copies all elements from the matrix defined by the rhs parameter into this matrix. | |
| setFromMatrix(rhs:com.mi.rs.types:Matrix4x4) — method, class com.mi.rs.types.Matrix4x4 | |
| Copies all elements from the matrix defined by rhs into this matrix. | |
| setFromObject(camera:Object) — method, class com.mi.rs.multiview.core.CameraSet | |
| Sets this CameraSet from the given camera Object. | |
| setFromObject(obj:Object) — method, class com.mi.rs.multiview.option.OptionSetMatrix | |
| Sets this matrix from an object. | |
| setFromObject(rhs:Object) — method, class com.mi.rs.multiview.option.OptionSetVector | |
| Sets this vector from an object. | |
| setFromObject(bbox:Object) — method, class com.mi.rs.multiview.utils.BoundingBox | |
| Sets this bounding box from the given bounding box or Object instance. | |
| setFromObject(value:any) — method, class com.mi.rs.multiview.utils.Color | |
| Attempts to set this Color object using the given value. | |
| setFromObject(camera:Object) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the camera data from either an object with appropriate properties or from another camera instance. | |
| setFromObject(obj:Object) — method, class com.mi.rs.types.Matrix4x4 | |
| Sets this matrix from an object. | |
| setFromObject(rhs:Object) — method, class com.mi.rs.types.Vector4 | |
| Sets this vector from an object. | |
| setFromOptionSet(camera:com.mi.rs.multiview.option:OptionSet) — method, class com.mi.rs.multiview.option.OptionSetCamera | |
| Copies values to this options set from the given OptionSet The provided OptionSet must contain the required OptionSetCamera options. | |
| setFromOptionSet(rhs:com.mi.rs.multiview.option:OptionSet) — method, class com.mi.rs.multiview.option.OptionSetMatrix | |
| Copies all elements from the matrix defined by the rhs parameter into this matrix. | |
| setFromOptionSet(rhs:com.mi.rs.multiview.option:OptionSet) — method, class com.mi.rs.multiview.option.OptionSetVector | |
| Sets this vector from an OptionSet. | |
| setFromString(string:String) — method, class com.mi.rs.multiview.utils.Color | |
| Sets the Color object based on a string in the form of "red, green, blue, alpha" or "0xRRGGBBAA". | |
| setFromVector(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.option.OptionSetVector | |
| Sets this vector by copying the values from the rhs parameter. | |
| setFromVector(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4 | |
| Sets this vector by copying the values from the rhs vector. | |
| setIdentity() — method, class com.mi.rs.types.Matrix4x4 | |
| Sets this matrix to the identity matrix. | |
| setItemAt(item:Object, index:int) — method, class com.mi.rs.multiview.option.OptionArray | |
| Changes the value at the given index to item. | |
| setLocation(loc:com.mi.rs.types:Vector4, moveTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the location of the camera. | |
| setOrbitKeepPosition(pYaw:Number, pPitch:Number, pDistance:Number) — method, class com.mi.rs.multiview.core.CameraSet | |
| setOrbitKeepPosition(pYaw:Number, pPitch:Number, pDistance:Number) — method, interface com.mi.rs.multiview.utils.IRSDCamera | |
| setOrbitKeepTarget(pYaw:Number, pPitch:Number, pDistance:Number) — method, class com.mi.rs.multiview.core.CameraSet | |
| setOrbitKeepTarget(pYaw:Number, pPitch:Number, pDistance:Number) — method, interface com.mi.rs.multiview.utils.IRSDCamera | |
| setOrthographic(ortho:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the orthographic mode of the camera. | |
| setPoints(i_start_point:flash.geom:Point, i_final_point:flash.geom:Point) — method, class com.mi.rs.multiview.widgets.MeasureWidgetOrtho | |
| Sets the start and end points for an orthographic widget. | |
| setPosition(pX:Number, pY:Number, pZ:Number) — method, class com.mi.rs.multiview.core.CameraSet | |
| setPosition(pX:Number, pY:Number, pZ:Number) — method, interface com.mi.rs.multiview.utils.IRSDCamera | |
| setPositionPoint(vector:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.core.CameraSet | |
| setResolution(rX:Number, rY:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Changes the camera resolution. | |
| setResolutionX(x:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the horizontal resolution of the camera. | |
| setResolutionY(y:Number) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the vertical resolution of the camera. | |
| setRotation(x:Number, y:Number, z:Number) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Sets the rotation of the transform to the vector [x, y, z] applied in ZYX order. | |
| setRotation(x:Number, y:Number, z:Number, rotateTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| This sets the rotation of the transform applied in ZYX order. | |
| setRotation(axis:com.mi.rs.types:Vector4, angle:Number) — method, class com.mi.rs.types.Matrix4x4 | |
| Sets this matrix to a rotation matrix. | |
| setRotationAroundAxis(axis:com.mi.rs.types:Vector4, angle:Number, rotateTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Sets the rotation of the transform around the given axis by the given angle in radians. | |
| _setScale(x:Number, y:Number, z:Number) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Sets the absolute values of the elements of the scaling vector. | |
| setScale(x:Number, y:Number, z:Number) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Sets the scale of the transform to the vector [x, y, z]. | |
| setSceneUpDirection(upDir:int) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the up direction of the scene. | |
| setSceneUpVector(pYIsUp:Boolean) — method, class com.mi.rs.multiview.core.CameraSet | |
| setSceneUpVector(pYIsUp:Boolean) — method, interface com.mi.rs.multiview.utils.IRSDCamera | |
| setStartScreenPoint(i_start_point:flash.geom:Point) — method, class com.mi.rs.multiview.widgets.MeasureWidget3d | |
| Assigns internally the first clicked point on the screen. | |
| setTarget(pX:Number, pY:Number, pZ:Number) — method, class com.mi.rs.multiview.core.CameraSet | |
| setTarget(pX:Number, pY:Number, pZ:Number) — method, interface com.mi.rs.multiview.utils.IRSDCamera | |
| setTargetPoint(vector:com.mi.rs.types:Vector4) — method, class com.mi.rs.multiview.core.CameraSet | |
| setTargetPoint(targetPoint:com.mi.rs.types:Vector4, resetUpVector:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the target point of the camera. | |
| setTargetPoint(targetPoint:com.mi.rs.types:Vector4, resetYVector:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Sets the target point. | |
| setTransform(transform:com.mi.rs.multiview.utils:TransformTarget) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets a new transform for the camera. | |
| setTransformFromObject(matrix:Object) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Sets the matrix of the transform from any of the types supported by the function Matrix4x4.setFromObject. | |
| _setTranslation(x:Number, y:Number, z:Number) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Sets the elements of the translation vector. | |
| setTranslation(x:Number, y:Number, z:Number) — method, class com.mi.rs.multiview.utils.TransformSimple | |
| Sets the translation of the transform to the vector [x, y, z] in world space. | |
| setTranslation(x:Number, y:Number, z:Number, translateTarget:Boolean) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Sets the translation to the vector [x, y, z] in world space. | |
| setTranslationElements(x:Number, y:Number, z:Number) — method, class com.mi.rs.types.Matrix4x4 | |
| Sets the translation elements of this matrix while leaving the rest if the matrix untouched. | |
| setType(valueName:any, type:String, force:Boolean) — method, class com.mi.rs.multiview.core.CameraSet | |
| Sets the type of the valueName parameter. | |
| setType(valueName:any, type:String, force:Boolean) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Sets the type of the valueName parameter. | |
| setType(valueName:any, type:String, force:Boolean) — method, class com.mi.rs.multiview.option.OptionArray | |
| Sets the type for the path valueName parameter, as type String, or at the index, as type Number. | |
| setType(valueName:any, type:String, force:Boolean) — method, class com.mi.rs.multiview.option.OptionSet | |
| Sets the type of the valueName parameter. | |
| setType(valueName:any, type:String, force:Boolean) — method, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Sets the type of the valueName parameter. | |
| setupDefaultOptions() — method, class com.mi.rs.multiview.core.Scene | |
| Sets up the default values for the options, such as the JPEG quality for the views and the default renderer. | |
| setValue(valueName:any, value:any, type:String) — method, class com.mi.rs.multiview.core.CameraSet | |
| Sets the value of the path. | |
| setValue(valueName:any, value:any, type:String) — method, interface com.mi.rs.multiview.option.IOptionSet | |
| Sets the value of the path. | |
| setValue(valueName:any, value:any, type:String) — method, class com.mi.rs.multiview.option.OptionArray | |
| Sets the value for the path valueName parameter, as a type String, or at the index, as a type Number. | |
| setValue(valueName:any, value:any, type:String) — method, class com.mi.rs.multiview.option.OptionSet | |
| Sets the value of the path. | |
| setValue(valueName:any, value:any, type:String) — method, class com.mi.rs.multiview.option.RendererOptionsAlias | |
| Sets the value of the path. | |
| setWorldToObj(worldToObj:Object) — method, class com.mi.rs.multiview.utils.TransformBase | |
| Allows the transform to be set directly from a given Matrix4x4 object. | |
| setWorldToObj(worldToObj:Object) — method, class com.mi.rs.multiview.utils.TransformTarget | |
| Because this transform class has a target point, it needs to be updated. | |
| setWorldToObject(matrix:Object, retainTargetDistance:Boolean) — method, class com.mi.rs.multiview.core.CameraSet | |
| Sets the camera's position and target based off a worldToObject matrix. | |
| SINT16 — Constant Static Property, class com.mi.rs.multiview.option.OptionValidator | |
| Sint16 constant. | |
| SINT32 — Constant Static Property, class com.mi.rs.multiview.option.OptionValidator | |
| Sint32 constant. | |
| SINT8 — Constant Static Property, class com.mi.rs.multiview.option.OptionValidator | |
| Sint8 constant. | |
| sketch — Property, class com.mi.rs.multiview.option.ViewOptions | |
| Returns the options for the Sketch renderer. | |
| skyShader — Property, class com.mi.rs.multiview.option.DaylightOptions | |
| The sky envrionment shader name for the scene. | |
| smoothScaling — Property, class com.mi.rs.ImageRenderTarget | |
| If true the image will be smoothed when scaled. | |
| spin(verticalAxis:Number, shiftTargetPoint:Boolean) — method, class com.mi.rs.multiview.utils.RSCamera | |
| Spins the camera by rotating around the up vector of the camera. | |
| start() — method, interface com.mi.rs.multiview.input_method.IInputMethod | |
| Activates this input method. | |
| start() — method, class com.mi.rs.multiview.input_method.InputMethodBase | |
| Activates this input method. | |
| START — Constant Static Property, class com.mi.rs.multiview.event.InputMethodEvent | |
| Fired when an input method is activated and is waiting for further interaction. | |
| startNavigating(obj:any) — method, class com.mi.rs.multiview.core.CameraSet | |
| Sets the camera in navigation mode, relative to the given object. | |
| startNavigating(obj:any) — method, class com.mi.rs.multiview.core.NavCamera | |
| Sets the camera in navigation mode, relative to the given object. | |
| START_NAVIGATING — Constant Static Property, class com.mi.rs.multiview.event.InputMethodEvent | |
| This event is fired when navigating starts. | |
| startVector — Property, class com.mi.rs.multiview.widgets.MeasureWidget3d | |
| Returns the start vector. | |
| startView(ignoreRenderRequest:Boolean) — method, interface com.mi.rs.multiview.core.IView | |
| Starts the view if it is not running. | |
| startView(ignoreRenderRequest:Boolean) — method, class com.mi.rs.multiview.core.ViewBase | |
| Starts the view if it is not running. | |
| stateCommands — Property, interface com.mi.rs.IStateData | |
| An array of commands that are always executed before the commands added by callbacks within an execution context on the server. | |
| stateCommands — Property, class com.mi.rs.StateData | |
| An array of commands that are always executed before the commands added by callbacks within an execution context on the server. | |
| stateData — Property, interface com.mi.rs.ICommandSequence | |
| The IStateData associated with the callback. | |
| stateData — Property, class com.mi.rs.multiview.core.Scene | |
| Because the IScope object cannot be used directly as an IStateData object, an IStateData object is returned; it allows a service to access this scope. | |
| stateData — Property, class com.mi.rs.multiview.core.ViewBase | |
| Because the IScope object cannot be used directly as an IStateData object, an IStateData object is returned; it allows a service to access this scope. | |
| stateData — Property, interface com.mi.rs.multiview.scope.IScope | |
| Because the IScope object cannot be used directly as an IStateData object, an IStateData object is returned; it allows a service to access this scope. | |
| stateData — Property, class com.mi.rs.multiview.scope.Scope | |
| Because the IScope object cannot be used directly as an IStateData object, an IStateData object is returned; it allows a service to access this scope. | |
| StateData — class, package com.mi.rs | |
| A basic implementation of the IStateData interface. | |
| StateData(path:String, parameters:Object, stateCommands:Array) — Constructor, class com.mi.rs.StateData | |
| stillSamples — Property, class com.mi.rs.multiview.option.RendererOptions | |
| The number of samples to use when the view is not navigating or when degradation is not enabled. | |
| stopNavigating(obj:any) — method, class com.mi.rs.multiview.core.CameraSet | |
| The camera no longer navigates relatively to the given object. | |
| stopNavigating(obj:any) — method, class com.mi.rs.multiview.core.NavCamera | |
| The camera no longer navigates relatively to the given object. | |
| stopView() — method, interface com.mi.rs.multiview.core.IView | |
| Stops the view from running, which prevents any further render operations until the view is started again. | |
| stopView() — method, class com.mi.rs.multiview.core.ViewBase | |
| Stops the view from running, which prevents any further render operations until the view is started again. | |
| STRING — Constant Static Property, class com.mi.rs.multiview.option.OptionValidator | |
| String constant. | |
| stringify(arg:any) — method, class com.mi.util.JSON | |
| stringToArray(string:String, truncateResults:Boolean, delimiters:RegExp) — Static Method , class com.mi.rs.multiview.utils.GeneralUtils | |
| Splits up a String and returns it as an Array object. | |
| stringToNumberArray(string:String, numberOfValues:int, truncateResults:Boolean, delimiters:RegExp) — Static Method , class com.mi.rs.multiview.utils.GeneralUtils | |
| Similar to the stringToArray function but converts each value into a number and can enforce a set number of results to be returned. | |
| subResponses — Property, interface com.mi.rs.IResponse | |
| if isBatchResponse is true, then this array contains objects of type IResponse for all the sub-commands. | |
| subResponses — Property, class com.mi.rs.Response | |
| if isBatchResponse is true, then this array contains objects of type IResponse for all the sub-commands. | |
| subtract(rhs:com.mi.rs.types:Vector4) — method, class com.mi.rs.types.Vector4 | |
| Subtracts rhs from this vector and stores the result in this vector. | |
| sunInstance — Property, class com.mi.rs.multiview.option.DaylightOptions | |
| The sun instance name for the scene. | |
| sunShader — Property, class com.mi.rs.multiview.option.DaylightOptions | |
| The sun shader name for the scene. | |
| SuperNav — class, package com.mi.rs.multiview.input_method | |
| Groups a number of interaction modes into a single interface. | |
| SuperNav(view:com.mi.rs.multiview.core:ViewBase) — Constructor, class com.mi.rs.multiview.input_method.SuperNav | |
| Creates a new SuperNav instance linked to the given view. | |
| 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 | |