Axiom.Graphics.CompositorScriptLoader.SplitArgs C# (CSharp) 메소드

SplitArgs() 정적인 개인적인 메소드

static private SplitArgs ( string args ) : string[]
args string
리턴 string[]
		static string[] SplitArgs( string args )
		{
			return args.Split( new char[] { ' ', '\t' } );
		}