LuaPart.Hide Method

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