Tanoda
GILES.pb_GizmoAttribute Class Reference
Inheritance diagram for GILES.pb_GizmoAttribute:

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...
 

Detailed Description

pb_GizmoAttribute declares the type that a class inheriting pb_Gizmo draws over.

See also
pb_Gizmo pb_GizmoManager

Definition at line 11 of file pb_GizmoAttribute.cs.

Constructor & Destructor Documentation

◆ pb_GizmoAttribute()

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.

Member Function Documentation

◆ CanEditType()

virtual bool GILES.pb_GizmoAttribute.CanEditType ( Type  rhs)
virtual

Return true if the class marked with this attribute can inspect the type.

Definition at line 27 of file pb_GizmoAttribute.cs.

Member Data Documentation

◆ type

Type GILES.pb_GizmoAttribute.type

The type for which this class is providing an editor.

Definition at line 14 of file pb_GizmoAttribute.cs.


The documentation for this class was generated from the following file: