Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
ShaderTools
Hlsl
Binding
BoundNodes
BoundIfStatement
C# Class ShaderTools.Hlsl.Binding.BoundNodes.BoundIfStatement
Inheritance:
BoundStatement
显示文件
Open project: tgjones/HlslTools
Class Usage Examples
Public Methods
Method
Description
BoundIfStatement
(
BoundExpression
condition
,
BoundStatement
consequence
,
BoundStatement
alternativeOpt
)
Method Details
BoundIfStatement()
public
method
public
BoundIfStatement
(
BoundExpression
condition
,
BoundStatement
consequence
,
BoundStatement
alternativeOpt
)
condition
BoundExpression
consequence
BoundStatement
alternativeOpt
BoundStatement