AGS.Types.RoomWalkableArea.GetEditor C# (CSharp) Méthode

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object
        public object GetEditor(Type editorBaseType)
        {
            return TypeDescriptor.GetEditor(this, editorBaseType, true);
        }