SymOntoClay is game AI experimental open source engine.


  Warning logo Purely experimental and very unstable project developed by only one person
Please read the page before starting

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.