Downcast
Outputs the value type by downcasting it.
Conversion conditions
Conditions are judged in order from the top.
| Input type | Output type | Possibility |
|---|---|---|
GameObject |
Interface | Not possible |
| value type | (No conditions) | not allowed |
| (No conditions) | Interface | Possible |
| (No conditions) | Derived from input type | Possible |
Other than the above is not possible