Click or drag to resize
SoLDMTileVisitorCombineParentWeight Method

This function combines the current tile weight with its parent.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual float CombineParentWeight(
	float parentWeight,
	float weight
)

Parameters

parentWeight
Type: SystemSingle
weight
Type: SystemSingle

Return Value

Type: Single
Remarks

The returned weight must be less than parentWeight. Default multiplies weights.

See Also