最終更新:2022-07-14 (木) 07:38:57 (645d)  

BABYLON.ValueCondition
Top / BABYLON.ValueCondition

https://doc.babylonjs.com/typedoc/classes/BABYLON.ValueCondition

BABYLON.ValueCondition(actionManager, target, propertyPath, value, operator):

true when the given property and value conform to the operator. The following operators are supported:

  • BABYLON.ValueCondition.IsEqual?
  • BABYLON.ValueCondition.IsDifferent?
  • BABYLON.ValueCondition.IsGreater?
  • BABYLON.ValueCondition.IsLesser?