RenderingCalculator ClassDelta Engine Documentation
Given an AtlasRegion and desired UV, DrawArea and FlipMode, it will return the true UV and DrawArea. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content RenderingCalculator

Namespace: DeltaEngine.Content
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class RenderingCalculator : IEquatable<RenderingCalculator>

The RenderingCalculator type exposes the following members.

Constructors

  NameDescription
Public methodRenderingCalculator
Initializes a new instance of the RenderingCalculator class
Top
Methods

  NameDescription
Public methodEquals
Public methodGetUVAndDrawArea
Public methodGetUVAndDrawAreaWhenNotRotated
Top
See Also