défini la taille des particules


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

Syntax

Visual Basic (Declaration)
Public Property RenderState_PointSize As Single
C#
public float RenderState_PointSize { get; set; }
C++
public property float RenderState_PointSize sealed  {
    float get();
    void set(float value);
}
J#
/** property */
public float get_RenderState_PointSize();

/** property */
public void set_RenderState_PointSize(float value);
JScript
public function get RenderState_PointSize() : float

public function set RenderState_PointSize(value : float);

See Also