couleur de départ des particules


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

Syntax

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

/** property */
public void set_Color_Start(Color value);
JScript
public function get Color_Start() : Color

public function set Color_Start(value : Color);

See Also