public void Init(Behaviour behaviour)
 {
 }
 public void Init(Behaviour behaviour)
 {
     behaviour.SetProperty("move-range", new VariableProperty(VariableProperty.Type.Number));
     behaviour.SetProperty("move-speed", new VariableProperty(VariableProperty.Type.Number));
 }
 public void Init(Behaviour behaviour)
 {
     behaviour.SetProperty("origin", new VariableProperty(VariableProperty.Type.Vector));
     behaviour.SetProperty("max-distance", new VariableProperty(VariableProperty.Type.Number));
     behaviour.SetProperty("move-speed", new VariableProperty(VariableProperty.Type.Number));
 }
Beispiel #4
0
 public void Init(Behaviour behaviour)
 {
     behaviour.SetProperty("check-radius", new VariableProperty(VariableProperty.Type.Number));
 }