SetEntityPosition
Sets the position for the given entity.
C# Syntax
void NAPI.Entity.SetEntityPosition(NetHandle netHandle, Vector3 newPosition);
Parameters
- netHandle: parameter input should be in NetHandle type
- newPosition: parameter input should be in Vector3 type
Example
// Code here...