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)
Syntaxpublic 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
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | Unable to call the method on part. |
See Also