LuaPart.Show Method

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)
Syntax
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
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also