Click or drag to resize
Ab4d.SharpEngine logo

ModelScalarCenterBoxScaleScreenDirection Property

Gets or sets a Vector2 that specifies in which direction (in screen coordinates) the center box scales the model up. Note that (0, 0) at top left so positive y direction is down. It is possible to increase or decrease the length of this vector to increase or decrease the speed of scaling when using the center box. Default value is up (0, -1).

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public Vector2 CenterBoxScaleScreenDirection { get; set; }

Property Value

Vector2

[Missing <value> documentation for "P:Ab4d.SharpEngine.Utilities.ModelScalar.CenterBoxScaleScreenDirection"]

Remarks

[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Utilities.ModelScalar.CenterBoxScaleScreenDirection"]

See Also