getLookAngle

abstract fun getLookAngle(): Pos3d

Retrieves the entity's look angle.

Return

A Pos3d instance representing the entity's look angle.


abstract fun getLookAngle(lookAngle: Pos3d): Pos3d

Retrieves the entity's look angle and copies it to the provided lookAngle instance.

Return

The provided Pos3d instance with updated look angle values.

Parameters

lookAngle

The Pos3d instance to copy the look angle values to.