Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ASHLOT on September 09, 2015, 10:22:22 PM

Title: How I invoke method of component that GetComponent?
Post by: ASHLOT 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?