C# Class UnityAI.Core.Belief.BeliefNode

Exibir arquivo Open project: unityai/unityai-core Class Usage Examples

Public Methods

Method Description
BeliefNode ( string vsXml ) : System

Construct the Belief Node given the input Xml

Method Details

BeliefNode() public method

Construct the Belief Node given the input Xml
public BeliefNode ( string vsXml ) : System
vsXml string Xml Data
return System