 | TaskParameterDescriptionParameterName Property |
Parameter name.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic string ParameterName { get; set; }
Public Property ParameterName As String
Get
Set
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
member ParameterName : string with get, set
Property Value
Type:
String
See Also