Method CanConnect
CanConnect(UsdShadeInput, UsdAttribute)
Declaration
public static bool CanConnect(UsdShadeInput input, UsdAttribute source)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeInput | input | |
UsdAttribute | source |
Returns
Type | Description |
---|---|
bool |
CanConnect(UsdShadeInput, UsdShadeInput)
Declaration
public static bool CanConnect(UsdShadeInput input, UsdShadeInput sourceInput)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeInput | input | |
UsdShadeInput | sourceInput |
Returns
Type | Description |
---|---|
bool |
CanConnect(UsdShadeInput, UsdShadeOutput)
Declaration
public static bool CanConnect(UsdShadeInput input, UsdShadeOutput sourceOutput)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeInput | input | |
UsdShadeOutput | sourceOutput |
Returns
Type | Description |
---|---|
bool |
CanConnect(UsdShadeOutput, UsdAttribute)
Declaration
public static bool CanConnect(UsdShadeOutput output, UsdAttribute source)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeOutput | output | |
UsdAttribute | source |
Returns
Type | Description |
---|---|
bool |
CanConnect(UsdShadeOutput)
Declaration
public static bool CanConnect(UsdShadeOutput output)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeOutput | output |
Returns
Type | Description |
---|---|
bool |
CanConnect(UsdShadeOutput, UsdShadeInput)
Declaration
public static bool CanConnect(UsdShadeOutput output, UsdShadeInput sourceInput)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeOutput | output | |
UsdShadeInput | sourceInput |
Returns
Type | Description |
---|---|
bool |
CanConnect(UsdShadeOutput, UsdShadeOutput)
Declaration
public static bool CanConnect(UsdShadeOutput output, UsdShadeOutput sourceOutput)
Parameters
Type | Name | Description |
---|---|---|
UsdShadeOutput | output | |
UsdShadeOutput | sourceOutput |
Returns
Type | Description |
---|---|
bool |