playMaker

Author Topic: How I invoke method of component that GetComponent?  (Read 1332 times)

ASHLOT

  • Playmaker Newbie
  • *
  • Posts: 1
How I invoke method of component that GetComponent?
« on: September 09, 2015, 10:22:22 PM »
Hi, I don't know the way.

I created a Variable and named componentVariable.
Object Type:UnityEngine.ParticleSystem

I add a state.
I add GetComponent GameObject(ParticleSystem in Hierarchy) to the state and
I set Store Component:the componentVariable.

How I invoke method of this componentVariable?