![]() |
Pixelpart 1.8.2
Unity Plugin
|
Vector4
property affected by effect inputs.
More...
Public Member Functions | |
PixelpartStaticPropertyFloat4 (IntPtr internalPropertyPtr) | |
Construct PixelpartStaticPropertyFloat4. | |
Vector4 | Get () |
Return value with effect inputs taken into account. Deprecated, use Value. | |
void | SetValue (Vector4 value) |
Set value without effect inputs taken into account. Deprecated, use BaseValue. | |
Vector4 | GetValue () |
Return value without effect inputs taken into account. Deprecated, use BaseValue. | |
Properties | |
Vector4 | Value [get] |
Value with effect inputs taken into account. | |
Vector4 | BaseValue [get, set] |
Value without effect inputs taken into account. | |
Vector4
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.
PixelpartStaticPropertyFloat4 | ( | IntPtr | internalPropertyPtr | ) |
Construct PixelpartStaticPropertyFloat4.
internalPropertyPtr | Internal property pointer |
Vector4 Get | ( | ) |
Return value with effect inputs taken into account. Deprecated, use Value.
Vector4 GetValue | ( | ) |
Return value without effect inputs taken into account. Deprecated, use BaseValue.
void SetValue | ( | Vector4 | value | ) |
Set value without effect inputs taken into account. Deprecated, use BaseValue.
value | Value without effect inputs taken into account |