Description
The distance to offset the box (left or
right) along the velocity vector. A positive value moves the box
right along the vector 90 degrees clockwise from the velocity
vector. Uses Distance Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property YOffset() As Double
|
[C#] |
public double YOffset {get; set;}
|
[Managed C++] |
public: __property double get_YOffset();
public: __property void set_YOffset(
double
);
|
[Unmanaged C++] |
public: HRESULT get_YOffset(
double * pRetVal
);
public: HRESULT put_YOffset(
double NewYOffset
);
|
[Java] |
public double getYOffset();public void setYOffset(
double
);
|
See Also