Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Assets.ImageInfo Class Reference

Describes various information about an image. More...

Inheritance diagram for SiliconStudio.Paradox.Assets.ImageInfo:
SiliconStudio.Paradox.Assets.Sprite.SpriteInfo SiliconStudio.Paradox.Assets.UIImage.UIImageInfo

Public Attributes

UFile Source
 Gets or sets the source file of this More...
 
string Name
 Gets or sets the name of the sprite. More...
 
Rectangle TextureRegion
 The rectangle specifying the region of the texture to use. More...
 

Properties

ImageOrientation Orientation [get, set]
 Gets or sets the rotation to apply to the texture region when rendering the image More...
 

Detailed Description

Describes various information about an image.

Definition at line 14 of file ImageInfo.cs.

Member Data Documentation

string SiliconStudio.Paradox.Assets.ImageInfo.Name

Gets or sets the name of the sprite.

Definition at line 28 of file ImageInfo.cs.

UFile SiliconStudio.Paradox.Assets.ImageInfo.Source

Gets or sets the source file of this

The source.

Definition at line 22 of file ImageInfo.cs.

Rectangle SiliconStudio.Paradox.Assets.ImageInfo.TextureRegion

The rectangle specifying the region of the texture to use.

Definition at line 34 of file ImageInfo.cs.

Property Documentation

ImageOrientation SiliconStudio.Paradox.Assets.ImageInfo.Orientation
getset

Gets or sets the rotation to apply to the texture region when rendering the image

Definition at line 41 of file ImageInfo.cs.


The documentation for this class was generated from the following file: