Exemplo n.º 1
0
 DebugGuard.IsTrue(input.WorkingSpace.Equals(this.SourceWorkingSpace), nameof(input.WorkingSpace), "Input and source working spaces must be equal.");
Exemplo n.º 2
0
 get => new Vector2(this.Animation.Width, this.Animation.Height) * this.Scale;
Exemplo n.º 3
0
 get => new Vector2(this.Texture.Width, this.Texture.Height) * this.Scale;