Class SerializedPropertyProvider<T>
Namespace: Ludiq
Syntax
public abstract class SerializedPropertyProvider<T> : ScriptableObject, ISerializedPropertyProvider
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Fields
item
Declaration
protected T item
  Field Value
| Type | Description | 
|---|---|
| T | 
Explicit Interface Implementations
ISerializedPropertyProvider.item
Declaration
object ISerializedPropertyProvider.item { get; set; }
  Returns
| Type | Description | 
|---|---|
| Object |