The mode of calling methods on target object

C# | Visual Basic | Visual C++ |
public enum StyleableProxyMode
Public Enumeration StyleableProxyMode
public enum class StyleableProxyMode

Member | Description |
---|---|
SendMessage |
Using Unity's SendMessage
|
Reflection |
Using reflection
|