indique le type de lumičre: ponctuelle, spot ou directionnel


Namespace: Tzu_Engine.Light
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Property Type As eLight_Type
C#
public eLight_Type Type { get; set; }
C++
public property eLight_Type Type sealed  {
    eLight_Type get();
    void set(eLight_Type value);
}
J#
/** property */
public eLight_Type get_Type();

/** property */
public void set_Type(eLight_Type value);
JScript
public function get Type() : eLight_Type

public function set Type(value : eLight_Type);

See Also