playMaker

Author Topic: Vector3.up  (Read 2858 times)

3d_Artist1987

  • Beta Group
  • Full Member
  • *
  • Posts: 157
Vector3.up
« on: May 23, 2014, 01:04:10 AM »
Hi,

transform.rotate (vector3.up,90.0f space.world)

How to this do in playmaker?

Dev


3d_Artist1987

  • Beta Group
  • Full Member
  • *
  • Posts: 157
Re: Vector3.up
« Reply #1 on: May 26, 2014, 12:29:46 AM »
bump

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Vector3.up
« Reply #2 on: May 26, 2014, 12:40:50 AM »
Vector3.up is shorthand for Vector3(0,1,0):
http://docs.unity3d.com/Documentation/ScriptReference/Vector3-up.html

However your code doesn't make sense... do you have a typo?