Method FindCustomBlendable
FindCustomBlendable(CameraState, Object)
Returns the index of the custom blendable that is associated with the input.
Declaration
public static int FindCustomBlendable(this CameraState s, Object custom)
Parameters
| Type | Name | Description |
|---|---|---|
| CameraState | s | State to check. |
| Object | custom | The object with which the returned custom blendable index is associated. |
Returns
| Type | Description |
|---|---|
| int | The index of the custom blendable that is associated with the input. |