de.mirell.m3d
class CPointSprite
Object
  |
  +--de.mirell.m3d.C3DObject
        |
        +--de.mirell.m3d.CSprite
              |
              +--de.mirell.m3d.CPointSprite
Implemented Interfaces: IDrawable, IXMLSerializableclass CPointSprite extends CSprite
Example: 
- Author:Mirell Development
 - Version:1.0
 - See also:
 
Properties inherited from class de.mirell.m3d.C3DObject
Methods inherited from class de.mirell.m3d.CSprite
Methods inherited from class de.mirell.m3d.C3DObject
Field Documentation
Constructor Documentation
Method Documentation
draw
public function draw (
): Void
Draws the object
This method is called from the renderer when the object needs to draw itself.
fromXML
public function fromXML (
value: XML): Void
Unserializes XML into the object
Object state is set according to XML.
- Specified by:fromXML in interface de.mirell.xml.serialization.IXMLSerializable
 - Overrides:CSprite.fromXML in class CSprite
 - Parameters:
value XML which represents the serialized form of the object  
toXML
public function toXML (
): XML
Serializes the object into XML
The current object state will be serialized. The fromXML method must be able to unserialize the XML.
- Specified by:toXML in interface de.mirell.xml.serialization.IXMLSerializable
 - Overrides:CSprite.toXML in class CSprite
 - Returns:The XML which contains the serialized representation of the object
 
- CPointSprite.as, Last Modified: 04.08.2004 02:10:58