Axiom.Core.ResourceManager.ParseScript C# (CSharp) Method

ParseScript() public method

Parse a script file.
public ParseScript ( Stream stream, string groupName, string fileName ) : void
stream Stream reference to a data stream which is the source of the script
groupName string /// The name of a resource group which should be used if any resources /// are created during the parse of this script. ///
fileName string
return void
	    public virtual void ParseScript( Stream stream, string groupName, string fileName )
		{
		}