Join Slack
Powered by
I have the following ```class TriangulateProcess :...
# announcements
e
elect
04/24/2018, 2:06 PM
I have the following
Copy code
class TriangulateProcess : BaseProcess() { fun AiMesh.triangulate(): Boolean { } }
How can I call
triangulate
from outside that class (with the class instance)?
2
Views
Open in Slack
Previous
Next