InternalDestroy() static private method

static private InternalDestroy ( Playable &playable ) : void
playable Playable
return void
コード例 #1
0
ファイル: Playable.cs プロジェクト: lsx6244413/UnityDecomplie
 public void Destroy()
 {
     Playables.InternalDestroy(ref this);
 }