Gets the classification for a vis level. If an object's primary (first) classification is 'thing.weapon.sword' then in low light, this will return 'thing.weapon' and in very low light, 'thing'.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public Classification GetClassificationForVisLevel(
	VisibilityLevel vis
)

Parameters

vis
Type: BaseLib..::..VisibilityLevel
The vis lelvel.

Return Value

The classification for vis level.

See Also