de.mirell.m3d

class CSprite

Object | +--de.mirell.m3d.C3DObject | +--de.mirell.m3d.CSprite
Implemented Interfaces: IXMLSerializableAll Known Subclasses: CPointSprite

class CSprite extends C3DObject
  • Author:
    Mirell Development
  • Version:
    N/A

Field Summary

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

Constructor

public CSprite ( )

Method Summary

public createMovieClip ( ): Void
Trigger creation of the object's movieclip
public destroyMovieClip ( ): Void
Trigger removal of the object's movieclip
public fromXML ( value: XML ): Void
Unserializes XML into the object
public getSource ( ): String
public getStyle ( ): CStyle
public setSource ( Value: String ): Void
public setStyle ( Value: CStyle ): Void
public toXML ( ): XML
Serializes the object into XML

Field Documentation

onRender

public var onRender: Function

    Constructor Documentation

    CSprite

    public function CSprite (
    )

      Method Documentation

      createMovieClip

      public function createMovieClip (
      ): Void
      Trigger creation of the object's movieclip
      If a Display was set a new movieclip is created and the target for all drawing operations of the object

      destroyMovieClip

      public function destroyMovieClip (
      ): Void
      Trigger removal of the object's movieclip
      Remove the movie created from a prior call to createMovieClip

      fromXML

      public function fromXML (
      value: XML): Void
      Unserializes XML into the object
      Object state is set according to XML.

      getSource

      public function getSource (
      ): String

        getStyle

        public function getStyle (
        ): CStyle

          setSource

          public function setSource (
          Value: String): Void

            setStyle

            public function setStyle (
            Value: CStyle): Void

              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:
              • CSprite.as, Last Modified: 31.07.2004 04:45:00