Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Activates the group of control values, disabling enumeration of all control values which were excluded from given group.

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 ActivateGroup(
	ControlValueGroup group
)
Public Sub ActivateGroup ( _
	group As ControlValueGroup _
)

Parameters

group
ControlValueGroup

See Also