RenderingData ClassDelta Engine Documentation
Returned by RenderingCalculator and tells how an image should be rendered. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content RenderingData

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

public class RenderingData : Lerp<RenderingData>, 
	Lerp

The RenderingData type exposes the following members.

Constructors

  NameDescription
Public methodRenderingData
Initializes a new instance of the RenderingData class
Top
Methods

  NameDescription
Public methodLerp
Top
Properties

  NameDescription
Public propertyAtlasUV
Public propertyDrawArea
Public propertyFlipMode
Public propertyHasSomethingToRender
Public propertyIsAtlasRotated
Public propertyRequestedDrawArea
Public propertyRequestedUserUV
Top
See Also