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

Overload List

NameDescription
dynamic_for_begin(Single)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(IOperand)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(String, Single)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(String, IOperand)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(IVariable, Single)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(IVariable, IOperand)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(String, IVariable, Single)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(String, IVariable, IOperand)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(IVariable, Single, Single)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.
dynamic_for_begin(IVariable, IOperand, IOperand)
Alternative to dynamic_for, begins a dynamic loop block (HLSL 'for' operator) without designating actions which are performed inside. Should be paired with dynamic_for_end function call.

See Also