Class OldTraitDefinition
Definition of a trait that can be used to specify the quality of an object
Inherited Members
Namespace: UnityEngine.AI.Planner.DomainLanguage.TraitBased
Syntax
[Serializable]
public class OldTraitDefinition : ScriptableObject
Properties
FullyQualifiedName
Fully qualified name of the trait type
Declaration
public string FullyQualifiedName { get; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Returns the name of the trait definition
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the trait definition |