PartProxy
LuaPartHide Method |
Hide the part (option with children)
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public void Hide( bool withChildren )
Public Sub Hide ( withChildren As Boolean )
public: void Hide( bool withChildren )
member Hide : withChildren : bool -> unit
Parameters
- withChildren
- Type: SystemBoolean
hide children

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