de.mirell.m3d

class CTexture

Object | +--de.mirell.m3d.CTexture
Implemented Interfaces: IXMLSerializable

class CTexture extends Object
Example:

  • Author:
    Mirell Development
  • Version:
    1.0

Field Summary

public isLoaded: Boolean

Constructor

public CTexture ( source: String)

Method Summary

public clone ( ): CTexture
public fromXML ( value: XML ): Void
Unserializes XML into the object
public getSource ( ): String
public setSource ( Value: String ): Void
public toXML ( ): XML
Serializes the object into XML

Field Documentation

isLoaded

public var isLoaded: Boolean

    Constructor Documentation

    CTexture

    public function CTexture (
    source: String)

      Method Documentation

      clone

      public function clone (
      ): CTexture

        fromXML

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

        getSource

        public function getSource (
        ): String

          setSource

          public function setSource (
          Value: String): 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:
            • CTexture.as, Last Modified: 21.08.2004 13:21:44