Schrittweite, mit der das Volumen während des Raycasts durchschritten wird.


Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Private stepSize As Single
C#
private float stepSize;
C++
private:
 float stepSize sealed ;
J#
private float stepSize
JScript
private stepSize : float;

See Also