コード例 #1
0
 protected override void Ending(IDocumentationBuilder _, InteractiveTutorial tutorial)
 {
     _.ImageByUrl("http://i.imgur.com/iprda4t.png");
     _.Paragraph("Now run the game from SceneA, select the gameobject and hit the LoadB button and UnLoadB button from the GameView's inspector.");
     _.LinkToPage <UsingSceneLoaders>();
 }
コード例 #2
0
 protected override void Ending(IDocumentationBuilder _, InteractiveTutorial tutorial)
 {
     _.ImageByUrl("http://i.imgur.com/iprda4t.png");
     _.Paragraph("Now run the game from SceneA, select the gameobject and hit the LoadB button and UnLoadB button from the GameView's inspector.");
     _.LinkToPage<UsingSceneLoaders>();
 }