Class BoltTypeDescriptor<TType>
Inherited Members
Namespace: Ludiq
Syntax
public class BoltTypeDescriptor<TType> : Descriptor<TType>, IDescriptor, IDisposable where TType : BoltType
  Type Parameters
| Name | Description | 
|---|---|
| TType | 
Constructors
BoltTypeDescriptor(TType)
Declaration
public BoltTypeDescriptor(TType target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TType | target | 
Methods
Icon()
Declaration
protected override EditorTexture Icon()
  Returns
| Type | Description | 
|---|---|
| EditorTexture | 
Overrides
Ludiq.Descriptor<TType>.Icon()
  
  
  
  OnChange(Object, PropertyChangedEventArgs)
Declaration
protected override void OnChange(object sender, PropertyChangedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Object | sender | |
| PropertyChangedEventArgs | e | 
Overrides
Ludiq.Descriptor<TType>.OnChange(System.Object, PropertyChangedEventArgs)
  
  
  
  StartWatching()
Declaration
protected override void StartWatching()
  Overrides
Ludiq.Descriptor<TType>.StartWatching()
  
  
  
  StopWatching()
Declaration
protected override void StopWatching()
  Overrides
Ludiq.Descriptor<TType>.StopWatching()
  
  
  
  Summary()
Declaration
protected override string Summary()
  Returns
| Type | Description | 
|---|---|
| String | 
Overrides
Ludiq.Descriptor<TType>.Summary()
  
  
  
  Title()
Declaration
protected override string Title()
  Returns
| Type | Description | 
|---|---|
| String | 
Overrides
Ludiq.Descriptor<TType>.Title()