svec2
- Last UpdatedSep 05, 2024
- 1 minute read
This topic is about the SVEC2 data type.
Value syntax
1.3 -2
Description
Used by properties that need two float values, like 2D positions.
Attributes
These are the attributes for SVEC2.
|
Attribute |
Type |
Description |
|---|---|---|
|
isModified |
sbool |
Set to True in the frame where the value of this field is modified. |
|
length |
sfloat |
Returns the length of the SVEC2 vector. |
|
type |
sstring |
Returns the type name. |
|
x y |
sfloat |
Use to obtain single values from the vector. |