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