Class SerializedPropertyProviderProvider
Inheritance
SerializedPropertyProviderProvider
Syntax
public class SerializedPropertyProviderProvider : SingleDecoratorProvider<Type, ISerializedPropertyProvider, SerializedPropertyProviderAttribute>
Properties
cache
Declaration
protected override bool cache { get; }
Property Value
Overrides
Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.cache
instance
Declaration
public static SerializedPropertyProviderProvider instance { get; }
Property Value
typeset
Declaration
protected override IEnumerable<Type> typeset { get; }
Property Value
Overrides
Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.typeset
Methods
CreateDecorator(Type, Type)
Declaration
protected override ISerializedPropertyProvider CreateDecorator(Type providerType, Type type)
Parameters
Type |
Name |
Description |
Type |
providerType |
|
Type |
type |
|
Returns
Overrides
Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.CreateDecorator(System.Type, System.Type)
GenerateProviderScripts()
Declaration
public void GenerateProviderScripts()
GetDecoratedType(Type)
Declaration
protected override Type GetDecoratedType(Type decorated)
Parameters
Type |
Name |
Description |
Type |
decorated |
|
Returns
Overrides
Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.GetDecoratedType(System.Type)
IsValid(Type)
Declaration
public override bool IsValid(Type decorated)
Parameters
Type |
Name |
Description |
Type |
decorated |
|
Returns
Overrides
Unity.VisualScripting.SingleDecoratorProvider<System.Type, Unity.VisualScripting.ISerializedPropertyProvider, Unity.VisualScripting.SerializedPropertyProviderAttribute>.IsValid(System.Type)
Extension Methods