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
stringThe type.
DynamicTypeAttributeBase(Type)
Initializes a new instance of the DynamicTypeAttributeBase class.
protected DynamicTypeAttributeBase(Type type)
Parameters
type
TypeThe type.
Properties
TypeName
Gets the name of the DynamicTypeAttributeBase type
public string TypeName { get; }
Property Value
- string
The name of the serializable type.