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