playMaker

Author Topic: [SOLVED] How to use GetTransform  (Read 1335 times)

wrgood

  • Playmaker Newbie
  • *
  • Posts: 2
[SOLVED] How to use GetTransform
« on: May 22, 2015, 04:00:06 PM »
I have found a bunch of threads that seem to have solved this problem, but i must be missing something.

GetTransform wants a variable of type Transform, but when creating variables all i can see is as follows.

  • Float
  • Int
  • Bool
  • GameObject
  • String
  • Vector2
  • Vector3
  • Color
  • Rect
  • Material
  • Texture
  • Quaternion
  • Object

I feel like Imust be missing something simple, I just dont get it.
« Last Edit: May 22, 2015, 04:18:25 PM by wrgood »

wrgood

  • Playmaker Newbie
  • *
  • Posts: 2
Re: How to use GetTransform
« Reply #1 on: May 22, 2015, 04:05:53 PM »
Of course, moments after posting, I figure it out. uhg.
You select type Object, and then you click on that variable in the variable manager.
At the bottom of the variable manager you will see ObjectType.
It is currently set to UnityEngine.Object, but you can pick from a massive list of types.