de.mirell.m3d

class CPointLight

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

class CPointLight extends CLight
  • Author:
    Mirell Development
  • Version:
    N/A

Constructor

public CPointLight ( diffuse, ambient: CColor)

Method Summary

public fromXML ( value: XML ): Void
Unserializes XML into the object
public toXML ( ): XML
Serializes the object into XML

Constructor Documentation

CPointLight

public function CPointLight (
diffuse,
ambient: CColor)

    Method Documentation

    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:
    • CPointLight.as, Last Modified: 02.01.2004 05:34:44