Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Graphics3D.Shaders.SharpSL
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void SetIf(
	bool shouldSet,
	long controlVariable,
	long maxValue
)
Public Sub SetIf ( _
	shouldSet As Boolean, _
	controlVariable As Long, _
	maxValue As Long _
)

Parameters

shouldSet
Boolean
controlVariable
Int64
maxValue
Int64

See Also