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