Add Extents.None.
This commit is contained in:
@@ -25,5 +25,7 @@ namespace Dashboard
|
||||
public Extents(float value) : this(new Vector4(value))
|
||||
{
|
||||
}
|
||||
|
||||
public static readonly Extents None = new Extents(0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user