Skip to content

Instantly share code, notes, and snippets.

@tsubaki
Created April 15, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsubaki/76c61b670719756ed8a2b4e1a905bb66 to your computer and use it in GitHub Desktop.
Save tsubaki/76c61b670719756ed8a2b4e1a905bb66 to your computer and use it in GitHub Desktop.
var range = entity.EntityManager.GetSharedComponentData<ScreenRange>(entity.Entity);
range.min = -3;
entity.EntityManager.SetSharedComponentData(entity.Entity, range);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment