Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
SpriteLoadOption.cs
Go to the documentation of this file.
1using UnityEngine;
2
3public class SpriteLoadOption
4{
5 public Vector2 pivot = new Vector2(0.5f, 0.5f);
6
7 public bool bilinear;
8}