「利用者:Sculptorjim/Game Engine/Logic/Sensors/Property」の版間の差分
< 利用者:Sculptorjim | Game Engine | Logic | Sensors
細 (1版 をインポートしました) |
|
(相違点なし)
|
2018年6月29日 (金) 05:44時点における最新版
Property Sensor
The Property sensor detects changes in the properties of its owner object.
See Sensor Common Options for common options.
- Special Options
Evaluation Type
- Specifies how the property will be evaluated against the value(s).
- Changed
- Sends a TRUE pulse as soon as the property value changes.
- Interval
- Sends a TRUE pulse when the Value of the property is between the Min and Max values of the sensor.
- Not Equal
- Sends a TRUE pulse when the property value differs from the Value in the sensor.
- Equal
- Sends a TRUE pulse when the property value matches the Value in the sensor.
- Note the names of other properties can also be entered to compare properties.