Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Entity ops API. For using in high-level logic code and scripting languages.

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 class SEntityOperations
Public NotInheritable Class SEntityOperations

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AttachPath(String, SEntity)
GetFocusedEntity()()()()
SetFirstPersonMode(SEntity, Boolean)
SetFocusedEntity(SEntity)
ToggleMouseCursor(SEntity)

Inheritance Hierarchy

System..::..Object
  Visual3D.Scripting.API..::..SEntityOperations

See Also