Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Ensures UniqueName and DisplayName properties of assetInfo have correct values. Returns true if all names are correct, otherwise returns false (and writes a message to log if warnIfModified set to true).

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool EnsureNamesCorrect(
	AssetInfo assetInfo,
	bool warnIfModified
)
Public Function EnsureNamesCorrect ( _
	assetInfo As AssetInfo, _
	warnIfModified As Boolean _
) As Boolean

Parameters

assetInfo
AssetInfo
warnIfModified
Boolean

See Also