Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StereoKit/StereoKit
/ GetDemoName
Method
GetDemoName
Examples/StereoKitTest/Tests.cs:93–96 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
91
}
92
93
public static string GetDemoName (int index)
94
{
95
return demoTests[index].Name;
96
}
97
public static void SetDemoActive(int index)
98
{
99
Log.Write(LogLevel.Info,
"Starting Scene: "
+ demoTests[index].Name);
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected