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

Specifies how to normalize a UPath stored in a class after loading/saving an asset. More...

Inheritance diagram for SiliconStudio.Assets.UPathAttribute:

Public Member Functions

 UPathAttribute (UPathRelativeTo relativeTo)
 Initializes a new instance of the UPathAttribute class. More...
 

Properties

UPathRelativeTo RelativeTo [get]
 Gets how to normalize the path relative to. More...
 

Detailed Description

Specifies how to normalize a UPath stored in a class after loading/saving an asset.

Definition at line 27 of file UPathAttribute.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.UPathAttribute.UPathAttribute ( UPathRelativeTo  relativeTo)

Initializes a new instance of the UPathAttribute class.

Parameters
relativeToThe relative to.

Definition at line 35 of file UPathAttribute.cs.

Property Documentation

UPathRelativeTo SiliconStudio.Assets.UPathAttribute.RelativeTo
get

Gets how to normalize the path relative to.

The relative to.

Definition at line 45 of file UPathAttribute.cs.


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