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 bool IsActive(
	this SEntity self,
	string name
)
<ExtensionAttribute> _
Public Shared Function IsActive ( _
	self As SEntity, _
	name As String _
) As Boolean

Parameters

self
SEntity
name
String

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