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 public bool HasNormalMap { get; }
Property Value
Type:
BooleanRemarks A normal map is a graphic sheet aka texture with the same name, but
an additional "nm" appended after a space.
See Also