Package | away3d.loading |
Interface | public interface IResource |
Implementors | AnimationSequenceBase, BitmapDataResource, MaterialBase, Object3D |
See also
Property | Defined by | ||
---|---|---|---|
name : String
The name of the resource.
| IResource |
Method | Defined by | ||
---|---|---|---|
dispose(deep:Boolean):void
Cleans up any resources used by the current object.
| IResource |
name | property |
name:String
[read-write]The name of the resource.
Implementation public function get name():String
public function set name(value:String):void
dispose | () | method |
public function dispose(deep:Boolean):void
Cleans up any resources used by the current object.
Parametersdeep:Boolean — Indicates whether other resources should be cleaned up, that could potentially be shared across different instances.
|