PartProxy
LuaPointY Property |
Get the Y coordinate
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public double Y { get; set; }
Public Property Y As Double Get Set
public: property double Y { double get (); void set (double value); }
member Y : float with get, set
Property Value
Type: DoubleThe y.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on lua point. or Unable to call the method on lua point. |
