défini un facteur de redimension des particules


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

Syntax

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

/** property */
public void set_RenderState_PointScaleC(float value);
JScript
public function get RenderState_PointScaleC() : float

public function set RenderState_PointScaleC(value : float);

See Also