Метод | Описание | |
---|---|---|
BinaryOperatorSignature ( BinaryOperatorKind kind, |
||
BinaryOperatorSignature ( BinaryOperatorKind kind, |
||
BinaryOperatorSignature ( BinaryOperatorKind kind, |
||
GetParameterDirection ( int index ) : ParameterDirection | ||
GetParameterType ( int index ) : |
||
ParameterHasDefaultValue ( int index ) : bool | ||
ToString ( ) : string |
public BinaryOperatorSignature ( BinaryOperatorKind kind, |
||
kind | BinaryOperatorKind | |
type | ||
Результат | ShaderTools.Hlsl.Binding.BoundNodes |
public BinaryOperatorSignature ( BinaryOperatorKind kind, |
||
kind | BinaryOperatorKind | |
returnType | ||
parameterType | ||
Результат | ShaderTools.Hlsl.Binding.BoundNodes |
public BinaryOperatorSignature ( BinaryOperatorKind kind, |
||
kind | BinaryOperatorKind | |
returnType | ||
leftParameterType | ||
rightParameterType | ||
Результат | ShaderTools.Hlsl.Binding.BoundNodes |
public GetParameterDirection ( int index ) : ParameterDirection | ||
index | int | |
Результат | ParameterDirection |
public GetParameterType ( int index ) : |
||
index | int | |
Результат |
public ParameterHasDefaultValue ( int index ) : bool | ||
index | int | |
Результат | bool |