Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

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

Syntax

      
 C#  Visual Basic 
public static string GetName(
	this SEntity self
)
<ExtensionAttribute> _
Public Shared Function GetName ( _
	self As SEntity _
) As String

Parameters

self
SEntity

Return Value

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SEntity. When you use instance method syntax to call this method, omit the first parameter.

See Also