BoidRuleAvoid(BoidRule)¶
base classes — bpy_struct, BoidRule
-
class
bpy.types.BoidRuleAvoid(BoidRule)¶ -
fear_factor¶ Avoid object if danger from it is above this threshold
Type: float in [0, 100], default 0.0
-
use_predict¶ Predict target movement
Type: boolean, default False
-
Inherited Properties
Inherited Functions