-
Notifications
You must be signed in to change notification settings - Fork 10
Attributes
Eldar Muradov edited this page Feb 15, 2024
·
2 revisions
Era Engine use attributes, which can also be used by other developers in different scenario to make the codebase more readable, flexible and to reach some extra functionality.
[HideInInspector]
is used to mark a property or field that it's better to hide it in the editor inspector.
[UnmanagedCaller]
is used to mark a method that it can be called by unmanaged code. Era Engine use it for P/I operations.
[RPC]
is used to mark a method as Remote procedure call operation.