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!

BipedEndpointAttribute Class

Namespace: SymOntoClay.UnityAsset.Core
Assembly: SymOntoClay.UnityAsset.Core

Marks C# method as external method for SymOntoClay DSL.

Constructors

BipedEndpointAttribute()

Initializes a new instance of the class with default properties.

BipedEndpointAttribute(Boolean)

Initializes a new instance of the class.

BipedEndpointAttribute(DeviceOfBiped)

Initializes a new instance of the class.

BipedEndpointAttribute(Boolean,DeviceOfBiped)

Initializes a new instance of the class.

BipedEndpointAttribute(String)

Initializes a new instance of the class.

BipedEndpointAttribute(String,Boolean)

Initializes a new instance of the class.

BipedEndpointAttribute(String,DeviceOfBiped)

Initializes a new instance of the class.

BipedEndpointAttribute(String,Boolean,DeviceOfBiped)

Initializes a new instance of the class.