-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.vec2.ScaleVector2
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
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.