C# Class NodeCanvas.Tasks.Actions.SetIntRandom

Inheritance: ActionTask
Datei anzeigen Open project: lihaochen910/UnityGoapAIDemo

Public Properties

Property Type Description
maxValue BBParameter
minValue BBParameter

Protected Methods

Method Description
OnExecute ( ) : void

Method Details

OnExecute() protected method

protected OnExecute ( ) : void
return void

Property Details

maxValue public_oe property

public BBParameter maxValue
return BBParameter

minValue public_oe property

public BBParameter minValue
return BBParameter