PartProxy
LuaPartParent Property |
Set and get the parent's part
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public LuaPart Parent { get; set; }
Public Property Parent As LuaPart Get Set
public: property LuaPart^ Parent { LuaPart^ get (); void set (LuaPart^ value); }
member Parent : LuaPart with get, set
Property Value
Type: LuaPartThe parent.

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