Click or drag to resize

SoundWorldOnSetListener Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected abstract void OnSetListener(
	Vector3 position,
	Vector3 velocity,
	Quaternion rotation
)

Parameters

position
Type: NeoAxisVector3
velocity
Type: NeoAxisVector3
rotation
Type: NeoAxisQuaternion
See Also