Table of Contents

Class AssetAliasAttribute

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

Associates a type name used in YAML content.

public class AssetAliasAttribute : Attribute
Inheritance
AssetAliasAttribute
Inherited Members

Constructors

AssetAliasAttribute(string)

Initializes a new instance of the AssetAliasAttribute class.

public AssetAliasAttribute(string alias)

Parameters

alias string

The type name.

Properties

Alias

Gets the type name.

public string Alias { get; }

Property Value

string

The type name.