LuaPart.Depth Property

PartProxy

LuaPartDepth Property

Returns the depth of the part

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Depth { get; }
Public ReadOnly Property Depth As Integer
	Get
public:
property int Depth {
	int get ();
}
member Depth : int with get

Property Value

Type: Int32
The depth.
See Also