playMaker

Author Topic: Playmaker and Public Functions  (Read 1142 times)

Ateam

  • Full Member
  • ***
  • Posts: 116
Playmaker and Public Functions
« on: August 17, 2017, 05:03:34 PM »
hi, playmaker have actions to control the Public Functions of a class? for example I need set RecalculateNormals to a mesh.
Something like
Class Name()
Public Funtion()
Type()
Object Type()
Property Value(Mesh Filter)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker and Public Functions
« Reply #1 on: August 18, 2017, 02:13:57 AM »
Hi,

You have an action "callMethod" and "invokeMethod", try them you will be able to access public methods of monobehaviour this way.

Bye,

 Jean