Click or drag to resize

CharacterUtilityFindFreePlace Method (Character, Vector3, Double, Double, Double, Vector3)

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool FindFreePlace(
	Character character,
	Vector3 position,
	double maxRadius,
	double minHeight,
	double maxHeight,
	out Vector3 freePlacePosition
)

Parameters

character
Type: NeoAxisCharacter
position
Type: NeoAxisVector3
maxRadius
Type: SystemDouble
minHeight
Type: SystemDouble
maxHeight
Type: SystemDouble
freePlacePosition
Type: NeoAxisVector3

Return Value

Type: Boolean
See Also