VisualComponentComponentType Class |
Namespace: Demo3D.Visuals
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class ComponentType
The VisualComponentComponentType type exposes the following members.
| Name | Description | |
|---|---|---|
| Name |
Component type name.
| |
| ParentLostAction |
What to do if the parent of a component is lost.
| |
| ParentUpdatedAction |
What to do if the parent of a component changes, resulting in the root component changing.
|
| Name | Description | |
|---|---|---|
| Find |
Return the properties for a component type, or null if the component type isn't known.
| |
| Get |
Return the properties for a component type.
| |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ParentLost |
Parent of a component visual lost.
| |
| ParentUpdated |
Parent of a component visual changed.
| |
| VisualsAdded |
Event for when a visual is added to a component.
| |
| VisualsRemoved |
Event for when a visual is removed from a component.
|