Object And Platform Position At Runtime

Discussion in 'Buildbox General Discussion' started by narashima, Nov 1, 2020.

?

get the position of the object at runtime in buildbox3 platform

  1. position of the object at runtime

    1 vote(s)
    100.0%
  2. Platform position

    1 vote(s)
    100.0%
Multiple votes are allowed.
  1. narashima

    narashima Boxer

    Joined:
    Feb 11, 2019
    Messages:
    10
    Likes Received:
    0
    How to get the position of the object and the platform at runtime in the buildbox3 is there any possible availability in the drag and drop thing itself or using program we can do it or not
     
  2. Vlad-NY

    Vlad-NY Serious Boxer

    Joined:
    Jul 21, 2018
    Messages:
    605
    Likes Received:
    360
    Code:
    // For normal position use this
    let pos = this.entity().position();
    // for world position use this
    let pos = this.entity().worldPosition();
    
     
  3. narashima

    narashima Boxer

    Joined:
    Feb 11, 2019
    Messages:
    10
    Likes Received:
    0
    where we can fetch the details of the position at runtime
     
  4. narashima

    narashima Boxer

    Joined:
    Feb 11, 2019
    Messages:
    10
    Likes Received:
    0
    can you refer me a coding part link for the buildbox3
     
  5. narashima

    narashima Boxer

    Joined:
    Feb 11, 2019
    Messages:
    10
    Likes Received:
    0
    How to get the exact position of the object at runtime in builbox3 for 2d
     

Share This Page