Create Trajectory

Playable
Both Server and Client
Both Mobile and PC

Creating a Trajectory motion will give the target entity an initial velocity and acceleration with direction

Declaration

func CreateTrajectory(target entity<Entity>, initialVelocity Vector3, acceleration Vector3, maxDisplacement float, out var createdEntity entity<Trajectory>, autoPlay bool)
go

Parameters

Input

Name Type Description
Target Entity target entity
Initial Velocity Vector3 initial velocity
Acceleration Vector3 acceleration of motion
Max. Displacement Float Maximum displacement distance
Auto Play Bool Whether the playback starts automatically after creation

Out

Name Type Description
Created Entity PlayableTrajectory Trajectory motion entities created