couleur du zenith


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

Syntax

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

/** property */
public void set_Zenith(Vector4 value);
JScript
public function get Zenith() : Vector4

public function set Zenith(value : Vector4);

See Also