Symbols 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 | |
U — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the U key (85). | |
uint — Final class in Top Level | |
The uint class provides methods for working with a data type representing a 32-bit unsigned integer. | |
uint(value) — Package function in Top Level | |
Converts a given numeric value to an unsigned integer value. | |
uint(num:Object) — Constructor in class uint | |
Creates a new uint object. | |
UNAVAILABLE — Constant static property in class flash.media.StageVideoAvailability | |
Stage video is not currently available. | |
UNAVAILABLE — Constant static property in class flash.media.StageVideoAvailabilityReason | |
Stage video is not currently available, no hardware was available | |
UNAVAILABLE — Constant static property in class flash.media.VideoStatus | |
Video decoding is not supported. | |
uncaughtError — Event in class flash.events.UncaughtErrorEvents | |
Dispatched when an error occurs and developer code doesn't detect and handle the error. | |
UNCAUGHT_ERROR — Constant static property in class flash.events.UncaughtErrorEvent | |
Defines the value of the type property of an uncaughtError event object. |
|
UncaughtErrorEvent — Class in package flash.events | |
An UncaughtErrorEvent object is dispatched by an instance of the UncaughtErrorEvents class when an uncaught error occurs. | |
UncaughtErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, error_in) — Constructor in class flash.events.UncaughtErrorEvent | |
Creates an UncaughtErrorEvent object that contains information about an
uncaughtError event. |
|
uncaughtErrorEvents — Property in class flash.display.Loader | |
An object that dispatches an uncaughtError event when an unhandled error
occurs in the SWF that's loaded by this Loader object. |
|
uncaughtErrorEvents — Property in class flash.display.LoaderInfo | |
An object that dispatches an uncaughtError event when an unhandled error
occurs in code in this LoaderInfo object's SWF file. |
|
UncaughtErrorEvents — Class in package flash.events | |
The UncaughtErrorEvents class provides a way to receive uncaught error events. | |
UncaughtErrorEvents() — Constructor in class flash.events.UncaughtErrorEvents | |
Creates an UncaughtErrorEvents instance. | |
UNCAUGHT_SCRIPT_EXCEPTION — Constant static property in class flash.events.HTMLUncaughtScriptExceptionEvent | |
The HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION constant
defines the value of the type property of an
uncaughtScriptException event object. |
|
UNCOMMON — Constant static property in class flash.text.engine.LigatureLevel | |
Used to specify uncommon ligatures. | |
uncompress(algorithm:String) — Method in class flash.utils.ByteArray | |
Decompresses the byte array. | |
unconnectedPeerStreams — Property in class flash.net.NetConnection | |
An object that holds all of the peer subscriber NetStream objects that are not associated with publishing NetStream objects. | |
undefined — Package constant property in Top Level | |
A special value that applies to untyped variables that have not been initialized or dynamic object properties that are not initialized. | |
underline — Property in class flash.text.TextFormat | |
Indicates whether the text that uses this text format is underlined (true )
or not (false ). |
|
underlineOffset — Property in class flash.text.engine.FontMetrics | |
The underlineOffset value is the suggested vertical offset from the Roman baseline for an underline. | |
underlineThickness — Property in class flash.text.engine.FontMetrics | |
The underlineThickness value is the suggested thickness for an underline. | |
unescape(str) — Package function in Top Level | |
Evaluates the parameter str as a string, decodes the string from URL-encoded format
(converting all hexadecimal sequences to ASCII characters), and returns the string. |
|
unescapeMultiByte(value) — Package function in flash.utils | |
Returns an unescaped copy of the input string, which is decoded from either system code page page or UTF-8 depending on the value of System.useCodePage. | |
UNEXPECTED_TOKEN — Constant static property in class flash.globalization.LastOperationStatus | |
Indicates that an unexpected token was detected in a Locale ID string. | |
ungroupElements(groupIndex:int) — Method in class flash.text.engine.GroupElement | |
Ungroups the elements in a nested GroupElement that groupIndex specifies within an outer
GroupElement object. |
|
union(toUnion:flash.geom:Rectangle) — Method in class flash.geom.Rectangle | |
Adds two rectangles together to create a new Rectangle object, by filling in the horizontal and vertical space between the two rectangles. | |
unionToOutput(toUnion:flash.geom:Rectangle, output:flash.geom:Rectangle) — Method in class flash.geom.Rectangle | |
Adds two rectangles together to create a new Rectangle object, by filling in the horizontal and vertical space between the two rectangles. | |
UNIQUESORT — Constant static property in class Array | |
Specifies the unique sorting requirement for the Array class sorting methods. | |
UNJUSTIFIED — Constant static property in class flash.text.engine.LineJustification | |
Do not justify lines. | |
unjustifiedTextWidth — Property in class flash.text.engine.TextLine | |
The width of the line if it was not justified. | |
UNKNOWN — Constant static property in class flash.display.StageOrientation | |
Specifies that the device has not determined an orientation. | |
UNKNOWN — Constant static property in class flash.events.TouchEventIntent | |
A general contact type, for example, the touch event is generated by a finger, the palm of a hand, or a passive stylus. | |
UNKNOWN — Constant static property in class flash.media.CameraPosition | |
The Camera.position property returns this when the position of the Camera cannot be determined. | |
UNKNOWN — Constant static property in class flash.permissions.PermissionStatus | |
Specifies that the permission hasn't been requested yet. | |
UNKNOWN — Constant static property in class flash.security.CertificateStatus | |
The validity of the certificate is not known. | |
UNKNOWN — Constant static property in class flash.security.SignatureStatus | |
Unknown status. | |
UNKNOWN — Constant static property in class flash.system.IMEConversionMode | |
The string "UNKNOWN" , which can be returned by a call to
the IME.conversionMode property. |
|
UNLESS_EDITING — Constant static property in class flash.text.StageTextClearButtonMode | |
StageText clearButton is not shown while editing | |
unload() — Method in class flash.display.Loader | |
Removes a child of this Loader object that was loaded by using the load() method. |
|
unload — Event in class flash.display.LoaderInfo | |
Dispatched by a LoaderInfo object whenever a loaded object is removed by using the unload()
method of the Loader object, or when a second load is performed by the same Loader object and the
original content is removed prior to the load beginning. |
|
UNLOAD — Constant static property in class flash.events.Event | |
The Event.UNLOAD constant defines the value of the type property of an unload event object. |
|
unloadAndStop(gc:Boolean) — Method in class flash.display.Loader | |
Attempts to unload child SWF file contents and stops the execution of commands from loaded SWF files. | |
unlock() — Method in class flash.concurrent.Mutex | |
Releases ownership of this mutex, allowing any worker to acquire it and perform work on the associated resource. | |
unlock(changeRect:flash.geom:Rectangle) — Method in class flash.display.BitmapData | |
Unlocks an image so that any objects that reference the BitmapData object, such as Bitmap objects, are updated when this BitmapData object changes. | |
unregisterCommandHandler(commandName:String) — Static method in class flash.profiler.Telemetry | |
unregisterCursor(name:String) — Static method in class flash.ui.Mouse | |
Unregisters the native cursor with the given name. | |
unshift(... rest) — Method in class Array | |
Adds one or more elements to the beginning of an array and returns the new length of the array. | |
unshift(... rest) — Method in class Vector | |
Adds one or more elements to the beginning of the Vector and returns the new length of the Vector. | |
unsubscribe() — Method in class flash.notifications.RemoteNotifier | |
Unsubscribes the application from receiving remote notifications via APNs. | |
UNSUPPORTED — Constant static property in class flash.display.ColorCorrectionSupport | |
Color correction is not supported by the host environment. | |
UNSUPPORTED_ERROR — Constant static property in class flash.globalization.LastOperationStatus | |
Indicates that the requested operation or option is not supported. | |
UNTRUSTED_SIGNERS — Constant static property in class flash.security.CertificateStatus | |
The certificate does not chain to a trusted root certificate. | |
UP — Constant static property in class flash.ui.Keyboard | |
Constant associated with the key code value for the Up Arrow key (38). | |
update — Event in class flash.data.SQLConnection | |
Dispatched when data in any table in any of the connected databases changes as a result
of a SQL UPDATE command. |
|
update(airFile:flash.filesystem:File, version:String) — Method in class flash.desktop.Updater | |
Updates the currently running application with the version of the application contained in the specified AIR file. | |
update — Event in class flash.sensors.Accelerometer | |
The update event is dispatched in response to updates from the accelerometer sensor. |
|
update — Event in class flash.sensors.DeviceRotation | |
The update event is dispatched when the device is rotated in response to updates from the combined readings
from accelerometer and gyroscope sensors. |
|
update — Event in class flash.sensors.Geolocation | |
The update event is dispatched in response to updates from the location sensor. |
|
update(type:String) — Method in class flash.system.SystemUpdater | |
Begins an update of a given type. | |
UPDATE — Constant static property in class flash.data.SQLMode | |
Indicates that the connection is opened for updates but a new database file is not created if the specified file doesn't exist. | |
UPDATE — Constant static property in class flash.events.AccelerometerEvent | |
Defines the value of the type property of a AccelerometerEvent event object. |
|
UPDATE — Constant static property in class flash.events.DeviceRotationEvent | |
Defines the value of the type property of a DeviceRotationEvent event object. |
|
UPDATE — Constant static property in class flash.events.GeolocationEvent | |
Defines the value of the type property of a GeolocationEvent event object. |
|
UPDATE — Constant static property in class flash.events.GesturePhase | |
The progress of a gesture (such as moving a finger across a touch enabled screen). | |
UPDATE — Constant static property in class flash.events.SQLUpdateEvent | |
The SQLUpdateEvent.UPDATE constant defines the value of the
type property of a SQLConnection update event. |
|
UPDATE — Constant static property in class flash.filesystem.FileMode | |
Used for a file to be opened in read/write mode. | |
updateAfterEvent() — Method in class flash.events.GestureEvent | |
Refreshes the Flash runtime display after processing the gesture event, in case the display list has been modified by the event handler. | |
updateAfterEvent() — Method in class flash.events.KeyboardEvent | |
Indicates that the display should be rendered after processing of this event completes, if the display list has been modified | |
updateAfterEvent() — Method in class flash.events.MouseEvent | |
Instructs Flash Player or Adobe AIR to render after processing of this event completes, if the display list has been modified. | |
updateAfterEvent() — Method in class flash.events.TimerEvent | |
Instructs Flash Player or the AIR runtime to render after processing of this event completes, if the display list has been modified. | |
updateAfterEvent() — Method in class flash.events.TouchEvent | |
Instructs Flash Player or Adobe AIR to render after processing of this event completes, if the display list has been modified. | |
updateComposition(text:String, attributes, compositionStartIndex:int, compositionEndIndex:int) — Method in interface flash.text.ime.IIMEClient | |
Callback for updating the contents of the inline editing session. | |
updateLocation(locationURL:String) — Method in class flash.html.HTMLHost | |
The function called when JavaScript code in the HTMLLoader object sets the
window.location property. |
|
updateProperties() — Static method in class flash.accessibility.Accessibility | |
Tells Flash Player to apply any accessibility changes made by using the DisplayObject.accessibilityProperties property. |
|
Updater — Final class in package flash.desktop | |
The Updater class is used to update the currently running application with a different version. | |
Updater() — Constructor in class flash.desktop.Updater | |
The constructor function for the Updater class. | |
updateStatus(status:String) — Method in class flash.html.HTMLHost | |
The function called when JavaScript code in the HTMLLoader object sets the
window.status property. |
|
updateTitle(title:String) — Method in class flash.html.HTMLHost | |
The function called when JavaScript code in the HTMLLoader object sets the
window.document.title property or when the title
element changes, either via the DOM or because of a new page load. |
|
upload(vertexProgram:flash.utils:ByteArray, fragmentProgram:flash.utils:ByteArray) — Method in class flash.display3D.Program3D | |
Uploads a pair of rendering programs expressed in AGAL (Adobe Graphics Assembly Language) bytecode. | |
upload(request:flash.net:URLRequest, uploadDataFieldName:String, testUpload:Boolean) — Method in class flash.net.FileReference | |
Starts the upload of the file to a remote server. | |
uploadCompleteData — Event in class flash.net.FileReference | |
Dispatched after data is received from the server after a successful upload. | |
UPLOAD_COMPLETE_DATA — Constant static property in class flash.events.DataEvent | |
Defines the value of the type property of an uploadCompleteData event object. |
|
uploadCompressedTextureFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:uint, async:Boolean) — Method in class flash.display3D.textures.CubeTexture | |
Uploads a cube texture in Adobe Texture Format (ATF) from a byte array. | |
uploadCompressedTextureFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:uint, async:Boolean) — Method in class flash.display3D.textures.Texture | |
Uploads a compressed texture in Adobe Texture Format (ATF) from a ByteArray object. | |
uploadFromBitmapData(source:flash.display:BitmapData, side:uint, miplevel:uint) — Method in class flash.display3D.textures.CubeTexture | |
Uploads a component of a cube map texture from a BitmapData object. | |
uploadFromBitmapData(source:flash.display:BitmapData) — Method in class flash.display3D.textures.RectangleTexture | |
Uploads a texture from a BitmapData object. | |
uploadFromBitmapData(source:flash.display:BitmapData, miplevel:uint) — Method in class flash.display3D.textures.Texture | |
Uploads a texture from a BitmapData object. | |
uploadFromBitmapDataAsync(source:flash.display:BitmapData) — Method in class flash.display3D.textures.RectangleTexture | |
Uploads a texture from a BitmapData object. | |
uploadFromBitmapDataAsync(source:flash.display:BitmapData, miplevel:uint) — Method in class flash.display3D.textures.Texture | |
Uploads miplevel 0 for a texture from a BitmapData object asynchronously. | |
uploadFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:int, startOffset:int, count:int) — Method in class flash.display3D.IndexBuffer3D | |
Store in the graphics subsystem vertex indices. | |
uploadFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:int, startVertex:int, numVertices:int) — Method in class flash.display3D.VertexBuffer3D | |
Uploads the data for a set of points to the rendering context from a byte array. | |
uploadFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:uint, side:uint, miplevel:uint) — Method in class flash.display3D.textures.CubeTexture | |
Uploads a component of a cube map texture from a ByteArray object. | |
uploadFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:uint) — Method in class flash.display3D.textures.RectangleTexture | |
Uploads a texture from a ByteArray. | |
uploadFromByteArray(data:flash.utils:ByteArray, byteArrayOffset:uint, miplevel:uint) — Method in class flash.display3D.textures.Texture | |
Uploads a texture from a ByteArray. | |
uploadFromByteArrayAsync(data:flash.utils:ByteArray, byteArrayOffset:uint) — Method in class flash.display3D.textures.RectangleTexture | |
Uploads a texture from a ByteArray. | |
uploadFromByteArrayAsync(data:flash.utils:ByteArray, byteArrayOffset:uint, miplevel:uint) — Method in class flash.display3D.textures.Texture | |
Uploads miplevel 0 for a texture from a ByteArray asynchronously. | |
uploadFromFloatVector(data, startVertex:int, numVertices:int) — Method in class flash.display3D.VertexBuffer3D | |
Uploads the data for a set of points to the rendering context from a float vector array. | |
uploadFromVector(data, startOffset:int, count:int) — Method in class flash.display3D.IndexBuffer3D | |
Store in the graphics subsystem vertex indices. | |
uploadFromVector(data, startVertex:int, numVertices:int) — Method in class flash.display3D.VertexBuffer3D | |
Uploads the data for a set of points to the rendering context from a vector array. | |
uploadUnencoded(request:flash.net:URLRequest) — Method in class flash.net.FileReference | |
Initiate uploading a file to a URL without any encoding. | |
UPPERCASE — Constant static property in class flash.text.engine.TypographicCase | |
Specifies that all characters use uppercase glyphs on output. | |
UPSIDE_DOWN — Constant static property in class flash.display.StageOrientation | |
Specifies that the stage is currently upside down relative to the default orientation. | |
upState — Property in class flash.display.SimpleButton | |
Specifies a display object that is used as the visual object for the button up state — the state that the button is in when the pointer is not positioned over the button. | |
uri — Property in class Namespace | |
The Uniform Resource Identifier (URI) of the namespace. | |
uri — Property in class QName | |
The Uniform Resource Identifier (URI) of the QName object. | |
uri — Property in class flash.net.NetConnection | |
The URI passed to the NetConnection.connect() method. | |
uri — Property in class flash.net.NetStreamInfo | |
The URI used when NetConnection.connect() was called. |
|
uriDereferencer — Property in class flash.security.XMLSignatureValidator | |
The IURIDereferencer implementation. | |
URIError — Dynamic class in Top Level | |
A URIError exception is thrown when one of the global URI handling functions is used in a way that is incompatible with its definition. | |
URIError(message:String) — Constructor in class URIError | |
Creates a new URIError object. | |
url — Property in class flash.display.LoaderInfo | |
The URL of the media being loaded. | |
url — Property in class flash.filesystem.File | |
The URL for this file path. | |
url — Property in class flash.html.HTMLHistoryItem | |
The URL of the HTML page. | |
url — Property in class flash.media.Sound | |
The URL from which this sound was loaded. | |
url — Property in class flash.net.URLRequest | |
The URL to be requested. | |
url — Property in class flash.text.TextFormat | |
Indicates the target URL for the text in this text format. | |
URL — Constant static property in class flash.text.SoftKeyboardType | |
A keyboard optimized for entering URLs. |
|
URL_FORMAT — Constant static property in class flash.desktop.ClipboardFormats | |
A URL string (AIR only). | |
URLLoader — Class in package flash.net | |
The URLLoader class downloads data from a URL as text, binary data, or URL-encoded variables. | |
URLLoader(request:flash.net:URLRequest) — Constructor in class flash.net.URLLoader | |
Creates a URLLoader object. | |
URLLoaderDataFormat — Final class in package flash.net | |
The URLLoaderDataFormat class provides values that specify how downloaded data is received. | |
urlPrompt — Property in class flash.events.DRMAuthenticateEvent | |
A prompt for a URL string, provided by the server. | |
URLRequest — Final class in package flash.net | |
The URLRequest class captures all of the information in a single HTTP request. | |
URLRequest(url:String) — Constructor in class flash.net.URLRequest | |
Creates a URLRequest object. | |
URLRequestDefaults — Class in package flash.net | |
The URLRequestDefaults class includes static properties that you can set to define default values for the properties of the URLRequest class. | |
URLRequestHeader — Final class in package flash.net | |
A URLRequestHeader object encapsulates a single HTTP request header and consists of a name/value pair. | |
URLRequestHeader(name:String, value:String) — Constructor in class flash.net.URLRequestHeader | |
Creates a new URLRequestHeader object that encapsulates a single HTTP request header. | |
URLRequestMethod — Final class in package flash.net | |
The URLRequestMethod class provides values that specify whether the URLRequest object should
use the POST method or the GET method when sending data to a server. |
|
URLStream — Class in package flash.net | |
The URLStream class provides low-level access to downloading URLs. | |
URLVariables — Dynamic class in package flash.net | |
The URLVariables class allows you to transfer variables between an application and a server. | |
URLVariables(source:String) — Constructor in class flash.net.URLVariables | |
Creates a new URLVariables object. | |
useCache — Property in class flash.html.HTMLLoader | |
useCache — Property in class flash.net.URLRequest | |
Specifies whether the local cache should be consulted before this URLRequest fetches data. | |
useCache — Static property in class flash.net.URLRequestDefaults | |
The default setting for the useCache property of URLRequest objects. |
|
useCodePage — Static property in class flash.system.System | |
A Boolean value that determines which code page to use to interpret external text files. | |
USE_DOMINANT_BASELINE — Constant static property in class flash.text.engine.TextBaseline | |
Specifies that the alignmentBaseline is the same as the dominantBaseline. | |
useEchoSuppression — Property in class flash.media.Microphone | |
Set to true if echo suppression is enabled; false otherwise. |
|
useGrouping — Property in class flash.globalization.CurrencyFormatter | |
Enables the use of the grouping separator when formatting currency amounts. | |
useGrouping — Property in class flash.globalization.NumberFormatter | |
Enables the use of the grouping separator when formatting numbers. | |
useHandCursor — Property in class flash.display.SimpleButton | |
A Boolean value that, when set to true , indicates whether
the hand cursor is shown when the pointer rolls over a button. |
|
useHandCursor — Property in class flash.display.Sprite | |
A Boolean value that indicates whether the pointing hand (hand cursor) appears when the pointer rolls
over a sprite in which the buttonMode property is set to true . |
|
useHardwareDecoder — Property in class flash.net.NetStream | |
Specifies whether to use hardware accelerated decoding on the stream. | |
useJitterBuffer — Property in class flash.net.NetStream | |
Minimize latency for live un-buffered streaming (bufferTime = 0). | |
use namespace — Statement | |
Causes the specified namespaces to be added to the set of open namespaces. | |
userAgent — Property in class flash.html.HTMLLoader | |
userAgent — Property in class flash.net.URLRequest | |
Specifies the user-agent string to be used in the HTTP request. | |
userAgent — Static property in class flash.net.URLRequestDefaults | |
The default setting for the userAgent property of URLRequest objects. |
|
userData — Property in class flash.text.engine.ContentElement | |
Provides a way for an application to associate arbitrary data with the element. | |
userData — Property in class flash.text.engine.TextBlock | |
Provides a way for the application to associate arbitrary data with the text block. | |
userData — Property in class flash.text.engine.TextLine | |
Provides a way for the application to associate arbitrary data with the text line. | |
userDirectory — Static property in class flash.filesystem.File | |
The user's directory. | |
USER_DISABLED — Constant static property in class flash.media.StageVideoAvailabilityReason | |
Stage video is not currently available, the user disabled HW acceleration | |
useRedirectedURL(sourceRequest:flash.net:URLRequest, wholeURL:Boolean, pattern, replace:String) — Method in class flash.net.URLRequest | |
Allows substitution of a redirected URL from a source URLRequest for some portion of the URL in a new URLRequest. | |
useRichTextClipboard — Property in class flash.text.TextField | |
Specifies whether to copy and paste the text formatting along with the text. | |
userIdle — Event in class flash.desktop.NativeApplication | |
Dispatched when the user has been idle. | |
USER_IDLE — Constant static property in class flash.events.Event | |
The Event.USER_IDLE constant defines the value of the type property of a userIdle event object. |
|
USERNAME_AND_PASSWORD — Constant static property in class flash.net.drm.AuthenticationMethod | |
Indicates that a valid user name and password are required. | |
usernamePrompt — Property in class flash.events.DRMAuthenticateEvent | |
A prompt for a user name credential, provided by the server. | |
userPresent — Event in class flash.desktop.NativeApplication | |
Dispatched when the operating system detects mouse or keyboard activity after an idle period. | |
USER_PRESENT — Constant static property in class flash.events.Event | |
The Event.USER_PRESENT constant defines the value of the type property of a userPresent event object. |
|
USER_SELECTION — Constant static property in class flash.media.AudioOutputChangeReason | |
Audio Output is changed by user selecting a different device. | |
USER_TRIGGERED — Constant static property in class flash.events.SoftKeyboardTrigger | |
Indicates that user action invoked the event. | |
usesDaylightSavings — Property in class TimeZone | |
Whether this time zone has a daylight savings change. | |
useSpeakerphoneForVoice — Static property in class flash.media.SoundMixer | |
Toggles the speakerphone when the device is in voice mode. | |
useSystemTrustStore — Property in class flash.security.XMLSignatureValidator | |
Specifies that certificates in the system trust store are used for chain building. | |
USING_DEFAULT_WARNING — Constant static property in class flash.globalization.LastOperationStatus | |
Indicates that an operating system default value was used during the most recent operation. | |
USING_FALLBACK_WARNING — Constant static property in class flash.globalization.LastOperationStatus | |
Indicates that a fallback value was set during the most recent operation. | |
usingTLS — Property in class flash.net.NetConnection | |
Indicates whether a secure connection was made using native Transport Layer Security (TLS) rather than HTTPS. | |
UTC(year:Number, month:Number, date:Number, hour:Number, minute:Number, second:Number, millisecond:Number) — Static method in class Date | |
Returns the number of milliseconds between midnight on January 1, 1970, universal time, and the time specified in the parameters. | |
UTILITY — Constant static property in class flash.display.NativeWindowType | |
A utility window. | |
Utils3D — Class in package flash.geom | |
The Utils3D class contains static methods that simplify the implementation of certain three-dimensional matrix operations. | |
uvtData — Property in class flash.display.GraphicsTrianglePath | |
A Vector of normalized coordinates used to apply texture mapping. | |
Symbols 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 |