Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflashstudio committed Aug 9, 2019
2 parents 25422e8 + 23da776 commit 8e53da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/StoryboardDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Also, see an [official documentation](https://osu.ppy.sh/help/wiki/Storyboard_Sc
| FailLayer | List\<IStoryboardObject\> | Storyboard layer that appears only when player is in fail state. |
| PassLayer | List\<IStoryboardObject\> | Storyboard layer that appears only when player is in pass state. |
| ForegroundLayer | List\<IStoryboardObject\> | The "highest" layer of storyboard. |
| OverlayLayer | List\<IStoryboardObject\> | Storyboard layer that sits in front of hitobjects. |
| SamplesLayer | List\<IStoryboardObject\> | Storyboard layer that contains audio samples. |
| GetLayer(StoryboardLayer layer) | List\<IStoryboardObject\> | Returns one of the five lists specified above. |
| GetLayer(StoryboardLayer layer) | List\<IStoryboardObject\> | Returns one of the six lists specified above. |
| Write(string path) | void | Writes this Storyboard to the specified path. |

# Interfaces
Expand Down

0 comments on commit 8e53da0

Please sign in to comment.