Skip to content

Commit

Permalink
Merge branch 'main' into merge-models-into-one-file
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Mar 27, 2024
2 parents 2671d0f + b3c0336 commit 5977529
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions models/csharp/urchin/StructureModel.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

using UnityEngine;

public struct StructureModel
{
public string Name;
public string Acronym;
public int AtlasId;
public bool Visible;
public Color Color;
public float ColorIntensity;
public int Side;
public string Material;
}

0 comments on commit 5977529

Please sign in to comment.