Table of Contents

Class UPathAttribute

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

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

public class UPathAttribute : Attribute
Inheritance
UPathAttribute
Inherited Members

Constructors

UPathAttribute(UPathRelativeTo)

Initializes a new instance of the UPathAttribute class.

public UPathAttribute(UPathRelativeTo relativeTo)

Parameters

relativeTo UPathRelativeTo

The relative to.

Properties

RelativeTo

Gets how to normalize the path relative to.

public UPathRelativeTo RelativeTo { get; }

Property Value

UPathRelativeTo

The relative to.