SymOntoClay  is an Independent DIY Game AI DSL.


  Warning logo Disclaimer: This is a purely experimental and unstable personal project, created by a single developer. Not intended for production use.
Please read the disclaimers carefully before use!

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.