Click or drag to resize
DisplayTextureRefHasNormalMap Property
Returns true if a normal map exists for this texture or false if not.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool HasNormalMap { get; }

Property Value

Type: Boolean
Remarks
A normal map is a graphic sheet aka texture with the same name, but an additional "nm" appended after a space.
See Also