Class OldTraitDefinition
Definition of a trait that can be used to specify the quality of an object
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
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 |