The name of the Asset in Lens Studio.
ReadonlyuniqueReadonlyupdateDetermines the order in which this script's lifecycle callbacks
(onAwake, onStart, onUpdate, onLateUpdate, etc.) fire relative to
other scripts in the Lens. Scripts with a smaller updateOrder run
before scripts with a larger updateOrder. Defaults to 0.
Advisory range: [-1000, +1000]. Immutable at runtime.
StaticgetReturns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Represents a JavaScript or TypeScript script that can be used to add logic in your Lens.
Since
Lens Scripting Version 176