PartProxy
LuaPartChildren Property |
Get the children of the part
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public IEnumerable<LuaPart> Children { get; }
Public ReadOnly Property Children As IEnumerable(Of LuaPart) Get
public: property IEnumerable<LuaPart^>^ Children { IEnumerable<LuaPart^>^ get (); }
member Children : IEnumerable<LuaPart> with get
Property Value
Type: IEnumerableLuaPartThe children.

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