Lib.numbers.vec2.ScaleVector2 - tixl3d/tixl GitHub Wiki
Multiplies two incoming [Vector2]s with each other
| Name (Relevancy & Type) | Description |
|---|---|
| A (Vector2) | Input for the first Vector2 (A) |
| B (Vector2) | Input for the second Vector2 (B) which will be used to multiply Vector2 (A) |
| UniformScale (Single) | Factor to multiply the incoming vectors uniformly |
| Name | Type |
|---|---|
| Result | System.Numerics.Vector2 |
⚠ Everything else is automatically generated and will be overwritten regularly.