Method GetReaction
GetReaction(SignalAsset)
Gets the first UnityEvent associated with a SignalAsset.
선언
public UnityEvent GetReaction(SignalAsset key)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| SignalAsset | key | A SignalAsset defining the signal. |
반환
| 타입 | 설명 |
|---|---|
| UnityEvent | Returns the reaction associated with a SignalAsset. Returns null if the signal asset does not exist. |