Skip to main content

MLStreamingBrowser

info

MLStreamingBrowser inherits from Component

API interface to MLStreamingBrowser.

Members

Properties

NameDescription
MLStreamingBrowser.IsReadyIs the browser fully initialized?
MLStreamingBrowser.IsURLStaticCan the browser URL set in runtime?
MLStreamingBrowser.URLCurrent browser URL

Methods

NameDescription
MLStreamingBrowser.PassInput(key, isDown)Pass input keyboard input to the browser. Useful for creating interface to a online game, or tool that currently loaded by browser.

Inherited Members

Inherited Properties

NameDescription
MLStreamingBrowser.gameObjectThe game object this component is attached to. A component is always attached to a game object.
MLStreamingBrowser.tagThe tag of this game object.
MLStreamingBrowser.transformThe Transform attached to this GameObject.
MLStreamingBrowser.hideFlagsShould the object be hidden, saved with the Scene or modifiable by the user?
MLStreamingBrowser.nameThe name of the object.

Inherited Methods

NameDescription
MLStreamingBrowser.BroadcastMessage(methodName, parameter=nil)Calls the method named methodName on every Lua Script in this game object or any of its children.
MLStreamingBrowser.CompareTag(tag)Is this game object tagged with tag ?
MLStreamingBrowser.GetAllLuaScripts()Returns an array of all Lua scripts that attached to the game object.
MLStreamingBrowser.GetComponent(type)Returns the component of Type type if the game object has one attached, nil if it doesn't.
MLStreamingBrowser.GetComponentInChildren(t)Returns the component of Type type in the GameObject or any of its children using depth first search.
MLStreamingBrowser.GetComponentInParent(t)Returns the component of Type type in the GameObject or any of its parents.
MLStreamingBrowser.GetComponents(type)Returns all components of Type type in the GameObject.
MLStreamingBrowser.GetComponentsInChildren(t)Returns all components of Type type in the GameObject or any of its children.
MLStreamingBrowser.GetComponentsInParent(t)Returns all components of Type type in the GameObject or any of its parents.
MLStreamingBrowser.SendMessage(methodName, value=nil)Calls the method named methodName on every Lua Script in this game object.
MLStreamingBrowser.SendMessageUpwards(methodName, value=nil)Calls the method named methodName on every LuaScript in this game object and on every ancestor of the behaviour.
MLStreamingBrowser.TryGetComponent(type)Gets the component of the specified type, if it exists.
MLStreamingBrowser.GetInstanceID()Returns the instance id of the object.