parseAndRun Method

Run this instance of a tool using a series of string arguments. Override this method to parse the arguments, and if they're acceptable, execute your RenderTargetDebugControlToggleTool.run method. If the arguments aren't valid, return false.

parseAndRun(...args: string[]): boolean

Parameter Type Description
...args string[]  

Returns - boolean

Defined in

Last Updated: 29 November, 2022