Packagesandy.parser
Interfacepublic interface IParser extends flash.events.IEventDispatcher
ImplementorsAParser, ASEParser, ColladaParser, Parser3DS

The IParser interface defines the interface that parser classes such as ColladaParser must implement.



Public Properties
 PropertyDefined by
  standardAppearance : Appearance
[write-only] Creates a transformable node in the object tree of the world.
IParser
Public Methods
 MethodDefined by
  
parse():void
This method starts the parsing process.
IParser
Property detail
standardAppearanceproperty
standardAppearance:Appearance  [write-only]

Creates a transformable node in the object tree of the world.

Implementation
    public function set standardAppearance(value:Appearance):void
Method detail
parse()method
public function parse():void

This method starts the parsing process.