コード例 #1
0
 protected virtual void Start()
 {
     decoder = GetComponent <ViveMediaDecoder>();
     initFileSeeker();
 }
コード例 #2
0
ファイル: CopyOutput.cs プロジェクト: bodhid/Vplus
 private void Awake()
 {
     decoder = GetComponent <HTC.UnityPlugin.Multimedia.ViveMediaDecoder>();
 }