MCPcopy Index your code
hub / github.com/donsolo-khalifa/FootballKeyPointsExtraction / Start

Method Start

AnimationCode.cs:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 List<string> lines;
12 int counter;
13 void Start() {
14 lines = System.IO.File.ReadLines("Assets/AnimationFile.txt").ToList();
15
16 }
17 void Update() {
18 if (lines.Count == 0) return;
19 var vals = lines[counter].Split(',');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected