Uncategorized APIClass ObjectClipNode ClassOn this pageClipNode Class Description: A class for creating ClipNode objects. __call Type: Metamethod. Description: Creates a new ClipNode object. Signature: metamethod __call: function( self: ClipNodeClass, stencil?: Node --[[nil]] ): ClipNode Parameters: ParameterTypeDescriptionstencilNodeThe stencil Node that defines the clipping shape. Defaults to nil. Returns: Return TypeDescriptionClipNodeA new ClipNode object.