![]() |
Paradox Game Engine
v1.0.0 beta06
|
Specifies how to normalize a UPath stored in a class after loading/saving an asset. More...
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... | |
Specifies how to normalize a UPath stored in a class after loading/saving an asset.
Definition at line 27 of file UPathAttribute.cs.
SiliconStudio.Assets.UPathAttribute.UPathAttribute | ( | UPathRelativeTo | relativeTo | ) |
Initializes a new instance of the UPathAttribute class.
relativeTo | The relative to. |
Definition at line 35 of file UPathAttribute.cs.
|
get |
Gets how to normalize the path relative to.
The relative to.
Definition at line 45 of file UPathAttribute.cs.