FriendsEndpointsAttribute Class
Namespace: SymOntoClay.UnityAsset.Core
Assembly: SymOntoClay.UnityAsset.Core
Marks C# method as friends for marked method. Both friends methods and marked method should be also marked as external methods for SymOntoClay DSL. Friends methods can be executed as parallel with such NPC devices. For example, NPC can aim to something and shoot as parallel. And these host methods use NPC's hands.
Constructors
FriendsEndpointsAttribute(String) |
Initializes a new instance of the class. |