Tanoda
|
Public Member Functions | |
pb_GizmoAttribute (System.Type type) | |
virtual bool | CanEditType (Type rhs) |
Public Attributes | |
Type | type |
The type for which this class is providing an editor. More... | |
pb_GizmoAttribute declares the type that a class inheriting pb_Gizmo draws over.
Definition at line 11 of file pb_GizmoAttribute.cs.
GILES.pb_GizmoAttribute.pb_GizmoAttribute | ( | System.Type | type | ) |
Attribute constructor accepts a type argument for the inspected type.
Definition at line 19 of file pb_GizmoAttribute.cs.
|
virtual |
Return true if the class marked with this attribute can inspect the type.
Definition at line 27 of file pb_GizmoAttribute.cs.
Type GILES.pb_GizmoAttribute.type |
The type for which this class is providing an editor.
Definition at line 14 of file pb_GizmoAttribute.cs.