Table of Contents

Class DynamicTypeAttributeBase

Namespace
Stride.Core.Annotations
Assembly
Stride.Core.dll

Base class for a dynamic type attribute.

public abstract class DynamicTypeAttributeBase : Attribute
Inheritance
DynamicTypeAttributeBase
Derived
Inherited Members

Constructors

DynamicTypeAttributeBase(string)

Initializes a new instance of the DynamicTypeAttributeBase class.

protected DynamicTypeAttributeBase(string typeName)

Parameters

typeName string

The type.

DynamicTypeAttributeBase(Type)

Initializes a new instance of the DynamicTypeAttributeBase class.

protected DynamicTypeAttributeBase(Type type)

Parameters

type Type

The type.

Properties

TypeName

Gets the name of the DynamicTypeAttributeBase type

public string TypeName { get; }

Property Value

string

The name of the serializable type.