C# Class AegirLib.Behaviour.Output.UDPOutput

Inheritance: BehaviourComponent
Show file Open project: trymnilsen/Aegir

Public Methods

Method Description
Deserialize ( XElement data ) : void
Serialize ( ) : XElement
UDPOutput ( Entity parent ) : System

Method Details

Deserialize() public method

public Deserialize ( XElement data ) : void
data XElement
return void

Serialize() public method

public Serialize ( ) : XElement
return XElement

UDPOutput() public method

public UDPOutput ( Entity parent ) : System
parent Entity
return System