Skip to content

Commit

Permalink
プレイヤーのGameObjectがアタッチされているかの状の追加
Browse files Browse the repository at this point in the history
- NotInitializedを追加
  • Loading branch information
niwaniwa committed Jul 10, 2022
1 parent 44599b6 commit 6c44c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assets/Kinel/VideoPlayer/Scripts/Parameter/FillResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public enum FillResult
Success = 0,
NoExistence = 1,
AlreadyExistence = 2,
MultipleExistence = 3
MultipleExistence = 3,
NotInitialized = 4
}
}

0 comments on commit 6c44c5a

Please sign in to comment.