Packageaway3d.loading
Interfacepublic interface IResource
ImplementorsAnimationSequenceBase, BitmapDataResource, MaterialBase, Object3D

IResource provides a common interface to be used by objects that can be loaded or parsed.

See also

away3d.loading.ResourceManager
away3d.loading.AssetLoader
Public Properties
 PropertyDefined by
  name : String
The name of the resource.
IResource
Public Methods
 MethodDefined by
  
dispose(deep:Boolean):void
Cleans up any resources used by the current object.
IResource
Property detail
nameproperty
name:String  [read-write]

The name of the resource.

Implementation
    public function get name():String
    public function set name(value:String):void
Method detail
dispose()method
public function dispose(deep:Boolean):void

Cleans up any resources used by the current object.

Parameters
deep:Boolean — Indicates whether other resources should be cleaned up, that could potentially be shared across different instances.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments