de.mirell.m3d

class CPointSprite

Object | +--de.mirell.m3d.C3DObject | +--de.mirell.m3d.CSprite | +--de.mirell.m3d.CPointSprite
Implemented Interfaces: IDrawable, IXMLSerializable

class CPointSprite extends CSprite
Example:

  • Author:
    Mirell Development
  • Version:
    1.0
  • See also:

Field Summary

public onRender: Function
Fields inherited from class de.mirell.m3d.CSprite
Properties inherited from class de.mirell.m3d.C3DObject

Constructor

public CPointSprite ( position: CCoordinate)

Method Summary

public draw ( ): Void
Draws the object
public fromXML ( value: XML ): Void
Unserializes XML into the object
public toXML ( ): XML
Serializes the object into XML
Methods inherited from class de.mirell.m3d.CSprite

Field Documentation

onRender

public var onRender: Function

    Constructor Documentation

    CPointSprite

    public function CPointSprite (
    position: CCoordinate)

      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.

      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.

      The documentation was generated from the following file:
      • CPointSprite.as, Last Modified: 04.08.2004 02:10:58