コード例 #1
0
ファイル: UsdStream.cs プロジェクト: wildparky/USDForUnity
 public bool LoadImmediate(DataPath path)
 {
     return(usdiLoad(path));
 }
コード例 #2
0
        protected new void Reset()
        {
            base.Reset();

            OutputDirectory = new DataPath(DataPath.Root.CurrentDirectory, "ExrOutput");
        }
コード例 #3
0
 public override void SetOutputPath(string path)
 {
     m_outputDir = new DataPath(DataPath.Root.LeafOnly, path);
 }
コード例 #4
0
 private static string GetOutputPath(DataPath directory, string name)
 {
     return(directory.GetPath() + "/" + name);
 }