PMXLoaderScript.GetHeader_(string)

Here are the examples of the csharp api class PMXLoaderScript.GetHeader_(string) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: mmd-for-unity
Source File: PMXLoaderScript.cs
public static PMXFormat.Header GetHeader(string file_path) {
		PMXLoaderScript loader = new PMXLoaderScript();
		return loader.GetHeader_(file_path);
	}