C# Class GLSharp.Universe.World

Mostra file Open project: colin-dumitru/GLSharp Class Usage Examples

Public Properties

Property Type Description
NodeAdded GLSharp.Core.Event
NodeRemoved GLSharp.Core.Event

Public Methods

Method Description
AddRootNode ( Node node ) : void
RemoveNode ( Node node ) : void
Reset ( ) : void
World ( ) : System

Method Details

AddRootNode() public method

public AddRootNode ( Node node ) : void
node Node
return void

RemoveNode() public method

public RemoveNode ( Node node ) : void
node Node
return void

Reset() public method

public Reset ( ) : void
return void

World() public method

public World ( ) : System
return System

Property Details

NodeAdded public_oe property

Called when a node gets added. The sender pbject is of type World.
public Event,GLSharp.Core NodeAdded
return GLSharp.Core.Event

NodeRemoved public_oe property

Called when a node gets removed.
public Event,GLSharp.Core NodeRemoved
return GLSharp.Core.Event