Method AddEmptyReaction
AddEmptyReaction(UnityEvent)
Appends a null SignalAsset with a reaction specified by the UnityEvent.
선언
public int AddEmptyReaction(UnityEvent reaction)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| UnityEvent | reaction | The new reaction to be appended. |
반환
| 타입 | 설명 |
|---|---|
| int | The index of the appended reaction. |
참고
Multiple null assets are valid.