Class DynamicTypeAttributeBase
- Namespace
 - Stride.Core.Annotations
 
- Assembly
 - Stride.Core.dll
 
Base class for a dynamic type attribute.
public abstract class DynamicTypeAttributeBase : Attribute
  - Inheritance
 - 
      objectDynamicTypeAttributeBase
 
- Derived
 
- Inherited Members
 
Constructors
DynamicTypeAttributeBase(string)
Initializes a new instance of the DynamicTypeAttributeBase class.
protected DynamicTypeAttributeBase(string typeName)
  Parameters
typeNamestringThe type.
DynamicTypeAttributeBase(Type)
Initializes a new instance of the DynamicTypeAttributeBase class.
protected DynamicTypeAttributeBase(Type type)
  Parameters
typeTypeThe type.
Properties
TypeName
Gets the name of the DynamicTypeAttributeBase type
public string TypeName { get; }
  Property Value
- string
 The name of the serializable type.