Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseeventTypes | The affected method is guaranteed to be invoked if the incoming event has any of the specified types in this argument. |
Use this constructor when the affected method uses only specific event types that can easily be determined at compile time. Multiple EventInterestAttribute can be used on the same method to add more type interests.
interests | The affected method is guaranteed to be invoked if the incoming event has any of the specified types in this argument. |
Use this constructor when the affected method treats events in a general, non type-specific manner. See EventInterestOptions for more information on the available argument values.