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

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

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