![]() |
Pixelpart 1.9.0
Unity Plugin
|
bool property affected by effect inputs.
More...
Public Member Functions | |
| PixelpartStaticPropertyBool (IntPtr internalPropertyPtr) | |
| Construct PixelpartStaticPropertyBool. | |
Properties | |
| bool | Value [get] |
| Value with effect inputs taken into account. | |
| bool | BaseValue [get, set] |
| Value without effect inputs taken into account. | |
bool property affected by effect inputs.
Scene objects of an effect like particle emitters and force fields have properties that do not change over time, but can be affected by effect inputs. Such properties are represented by one of the PixelpartStaticProperty classes.
| PixelpartStaticPropertyBool | ( | IntPtr | internalPropertyPtr | ) |
Construct PixelpartStaticPropertyBool.
| internalPropertyPtr | Internal property pointer |