playMaker

Author Topic: Does the variable support Vector4 type? [SOLVED]  (Read 1753 times)

Louis.Law

  • Playmaker Newbie
  • *
  • Posts: 8
Does the variable support Vector4 type? [SOLVED]
« on: March 30, 2020, 07:32:32 AM »
I'd like to access Vector4 type data. There is no Vector4 type in the enum VariableType.

Help me, Please~~~
« Last Edit: April 14, 2020, 10:13:20 PM by Louis.Law »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Does the variable support Vector4 type?
« Reply #1 on: April 06, 2020, 02:47:22 AM »
Hi,

 you can use Quaternions, which is a vector4, but you'll need to create custom actions to access it as a regular vector4.

What is the content of your vectro4 and where does it come from?

Bye,

 Jean

Louis.Law

  • Playmaker Newbie
  • *
  • Posts: 8
Re: Does the variable support Vector4 type?
« Reply #2 on: April 06, 2020, 11:23:29 PM »
Thanks a lot, I'll have a try. Is there any plan to support Verctor4 type directly in the future?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Does the variable support Vector4 type?
« Reply #3 on: April 08, 2020, 02:21:06 AM »
Hi,

 Maybe playmaker 2.0 will give this ability, but it's unlikely to happen in the current version.

Bye,

 Jean

Louis.Law

  • Playmaker Newbie
  • *
  • Posts: 8
Re: Does the variable support Vector4 type?
« Reply #4 on: April 09, 2020, 12:57:48 AM »
OKļ¼ŒThanks.
Would you mind revealing some progress of version 2.0?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Does the variable support Vector4 type?
« Reply #5 on: April 09, 2020, 03:41:48 AM »
Hi,

 it's pretty secret right now, we don't have any alpha or beta opened yet :)

Bye,

 Jean

floraa47

  • Playmaker Newbie
  • *
  • Posts: 1
    • https://appsgag.com/en
Re: Does the variable support Vector4 type? [SOLVED]
« Reply #6 on: May 11, 2020, 02:41:04 AM »
Want to know also...